summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/smallprint.cc
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* cygwin: Fix copyright datesCorinna Vinschen2015-07-291-2/+1
* Reduce stack pressure throughout CygwinCorinna Vinschen2015-07-191-10/+4
* * smallprintf.cc (__small_vsprintf): Add missing break in 'C' case.Corinna Vinschen2014-05-191-1/+2
* Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz2013-05-011-0/+4
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-41/+184
* whitespace cleanupChristopher Faylor2012-08-161-7/+7
* Add missing file from last checkin.Christopher Faylor2012-07-291-1/+11
* * DevNotes: Add entry cgf-000009.Christopher Faylor2012-05-171-30/+3
* * smallprint.cc (tmpbuf): Declare new class holding a static buffer, protectedChristopher Faylor2012-02-151-3/+33
* Throughout, remove extra space after function name from debugging output.Christopher Faylor2011-12-031-1/+14
* whitespace eliminationChristopher Faylor2011-06-061-1/+1
* * smallprint.cc (hex_str): New const string.Corinna Vinschen2009-10-301-11/+40
* * smallprint.cc (__small_vsprintf): Simplify UNICODE string handlingCorinna Vinschen2009-10-201-9/+4
* * smallprint.cc (__small_vsprintf): Handle NULL PWCHAR andCorinna Vinschen2009-03-231-3/+6
* * smallprint.cc (__small_vsprintf): Use already available buffer tmpCorinna Vinschen2009-01-231-8/+5
* Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor2009-01-031-7/+7
* * Makefile.in (DLL_OFILES): Add kernel32.o.Corinna Vinschen2008-04-211-1/+1
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-3/+0
* * smallprint.cc (__small_vswprintf): Fix uninitialized usage of `w'.Corinna Vinschen2008-03-311-1/+1
* * fcntl.cc (fcntl_worker): Protect with a 'myfault'.Corinna Vinschen2008-03-141-0/+193
* * smallprint.cc (__small_vsprintf): Free allocated buffer rather than pointerChristopher Faylor2008-03-021-4/+6
* * cygheap.cc (cwcsdup): New function.Corinna Vinschen2008-02-141-2/+2
* * smallprint.cc (__small_vsprintf): Use HEAP_NOTHEAP for type.Corinna Vinschen2008-02-041-1/+1
* * dcrt0.cc (dll_crt0_1): Use GetCommandLineW and convert to currentCorinna Vinschen2008-01-311-13/+6
* * dcrt0.cc (initial_env): Use PATH_MAX instead of CYG_MAX_PATH for pathCorinna Vinschen2007-12-061-2/+3
* * smallprint.cc (__small_vsprintf): Add format specifier 'W' forCorinna Vinschen2007-08-011-13/+21
* * ntdll.h (RtlFreeAnsiString): Declare.Corinna Vinschen2007-07-311-0/+284