aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/smallprint.cc
AgeCommit message (Expand)AuthorFilesLines
2022-08-22Cygwin: smallprint.cc: Drop HEAP_ZERO_MEMORYCorinna Vinschen1-1/+1
2022-08-22Cygwin: smallprint.cc: Convert tmpbuf to locklessCorinna Vinschen1-15/+9
2022-08-19Cygwin: drop __fastcall calling convention specifiersCorinna Vinschen1-2/+2
2022-05-29Cygwin: remove miscellaneous 32-bit codeKen Brown1-32/+0
2020-08-22Cygwin: pty: Implement new pseudo console support.Takashi Yano1-2/+0
2020-08-05Cygwin: Add 'fallthrough' pseudo keyword for switch/case useCorinna Vinschen1-8/+8
2020-05-25Cygwin: fix declaration of __small_{v}sprintfCorinna Vinschen1-2/+2
2020-03-11Cygwin: fix formatting: drop trailing whitespaceCorinna Vinschen1-1/+1
2019-09-04Cygwin: pty: Limit API hook to the program linked with the APIs.Takashi Yano1-0/+2
2018-03-12Cygwin: mark muto object as NO_COPYCorinna Vinschen1-1/+1
2018-03-02Cygwin: small_s[w]printf: add '_' modifier to print lower case hex digitsCorinna Vinschen1-46/+74
2017-10-10cygwin: fix potential buffer overflow in small_sprintfMichael Haubenwallner1-2/+2
2016-11-24Add comments to intentional switch fallthroughsCorinna Vinschen1-0/+4
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-3/+0
2015-07-29cygwin: Fix copyright datesCorinna Vinschen1-2/+1
2015-07-19Reduce stack pressure throughout CygwinCorinna Vinschen1-10/+4
2014-05-19 * smallprintf.cc (__small_vsprintf): Add missing break in 'C' case.Corinna Vinschen1-1/+2
2013-05-01Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz1-0/+4
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-41/+184
2012-08-16whitespace cleanupChristopher Faylor1-7/+7
2012-07-29Add missing file from last checkin.Christopher Faylor1-1/+11
2012-05-17* DevNotes: Add entry cgf-000009.Christopher Faylor1-30/+3
2012-02-15* smallprint.cc (tmpbuf): Declare new class holding a static buffer, protectedChristopher Faylor1-3/+33
2011-12-03Throughout, remove extra space after function name from debugging output.Christopher Faylor1-1/+14
2011-06-06whitespace eliminationChristopher Faylor1-1/+1
2009-10-30 * smallprint.cc (hex_str): New const string.Corinna Vinschen1-11/+40
2009-10-20 * smallprint.cc (__small_vsprintf): Simplify UNICODE string handlingCorinna Vinschen1-9/+4
2009-03-23 * smallprint.cc (__small_vsprintf): Handle NULL PWCHAR andCorinna Vinschen1-3/+6
2009-01-23 * smallprint.cc (__small_vsprintf): Use already available buffer tmpCorinna Vinschen1-8/+5
2009-01-03Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor1-7/+7
2008-04-21 * Makefile.in (DLL_OFILES): Add kernel32.o.Corinna Vinschen1-1/+1
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-3/+0
2008-03-31 * smallprint.cc (__small_vswprintf): Fix uninitialized usage of `w'.Corinna Vinschen1-1/+1
2008-03-14 * fcntl.cc (fcntl_worker): Protect with a 'myfault'.Corinna Vinschen1-0/+193
2008-03-02* smallprint.cc (__small_vsprintf): Free allocated buffer rather than pointerChristopher Faylor1-4/+6
2008-02-14 * cygheap.cc (cwcsdup): New function.Corinna Vinschen1-2/+2
2008-02-04 * smallprint.cc (__small_vsprintf): Use HEAP_NOTHEAP for type.Corinna Vinschen1-1/+1
2008-01-31 * dcrt0.cc (dll_crt0_1): Use GetCommandLineW and convert to currentCorinna Vinschen1-13/+6
2007-12-06 * dcrt0.cc (initial_env): Use PATH_MAX instead of CYG_MAX_PATH for pathCorinna Vinschen1-2/+3
2007-08-01 * smallprint.cc (__small_vsprintf): Add format specifier 'W' forCorinna Vinschen1-13/+21
2007-07-31 * ntdll.h (RtlFreeAnsiString): Declare.Corinna Vinschen1-0/+284