Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-15Cygwin: cXXrtomb, mbrtcXX: use function-specific internal stateCorinna Vinschen
2023-08-02Cygwin: Add ISO C2X functions c8rtomb, mbrtoc8Corinna Vinschen
2023-07-31Cygwin: Add ISO C11 functions c16rtomb, c32rtomb, mbrtoc16, mbrtoc32.Corinna Vinschen
2023-07-31Cygwin: fix GB18030 supportCorinna Vinschen
2023-04-19Cygwin: mbrtowi: fix segfault when pwi is NULLDavid McFarland
2023-03-16Cygwin: add support for GB18030 codesetCorinna Vinschen
2023-03-01Cygwin: mbsnrtowci: like mbsnrtowcs, just for wint_tCorinna Vinschen
2023-02-22Cygwin: glob: perform correct utf-32 -> multibyte conversionCorinna Vinschen
2023-02-21Cygwin: add more UTF-32 helper functionsCorinna Vinschen
2023-02-14Cygwin: mbrtowi: fix return typeCorinna Vinschen
2023-02-14Cygwin: mbrtowi: define replacement for mbrtowc, returning UTF-32 valueCorinna Vinschen
2022-08-04Cygwin: drop all usages of NTAPICorinna Vinschen
2022-07-13Add _REENT_ERRNO(ptr)Matt Joyce
2022-06-06Cygwin: remove most occurrences of __stdcall and __cdeclKen Brown
2021-08-26Cygwin: C++17: register keyword is deprecatedCorinna Vinschen
2020-07-10Cygwin: convert sys_wcstombs/sys_mbstowcs wrapper to inline functionsCorinna Vinschen
2020-07-06Cygwin: fix buffer overrun in cygwin_strcasecmpCorinna Vinschen
2018-03-02Cygwin: add transform_chars_af_unix helperCorinna Vinschen
2017-01-19Move string functions from miscfunc.cc to strfuncs.ccCorinna Vinschen
2016-08-15Consolidate wctomb/mbtowc calls for POSIX-1.2008Corinna Vinschen
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2016-04-01Remove MALLOC_CHECK and calls to it entirelyCorinna Vinschen
2016-01-08Do not treat the command line or environment like pathsJohannes Schindelin
2015-12-18Drop sys_cp_wcstombs and save two arguments per callCorinna Vinschen
2015-10-22Fix length returned from sys_cp_wcstombs in case nwc > # of wcharsCorinna Vinschen
2013-11-25 Throughout, keep function definitions and declarations in sync withCorinna Vinschen
2013-11-24 Throughout, drop unnecessary explicit includes of windows header filesCorinna Vinschen
2013-07-19* common.din: Export GetCommandLine{A,W}.Christopher Faylor
2013-05-01Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor
2012-07-03 * fhandler.h (class fhandler_dev_clipboard): Remove member eof.Corinna Vinschen
2012-03-08 * Throughout, replace usage of w32api's min with MIN from sys/param.h.Corinna Vinschen
2011-06-06whitespace eliminationChristopher Faylor
2011-05-02Eliminate trailing whitespace in some files.Christopher Faylor
2011-01-19 * exec.cc (strccpy): Move function from here...Corinna Vinschen
2010-04-23 * path.h (get_nt_native_path): Add third parameter to declaration andCorinna Vinschen
2010-01-24 * nlsfuncs.cc (check_codepage): Move from syscalls.cc here.Corinna Vinschen
2010-01-23 * strfuncs.cc (__sjis_wctomb): Special handling for characters whichCorinna Vinschen
2010-01-23 * Makefile.in (DLL_OFILES): Add nlsfunc.o and strfmon.o.Corinna Vinschen
2010-01-18 * strfuncs.cc: Remove needless includes.Corinna Vinschen
2009-11-02 * miscfuncs.h (transform_chars): Declare. Define inline variation here.Corinna Vinschen
2009-09-28 * fhandler.h (class dev_console): Constify charset parameter ofCorinna Vinschen
2009-09-23 * strfuncs.cc (__set_charset_from_codepage): Fetch current ANSICorinna Vinschen
2009-09-23 * strfuncs.cc (sys_cp_wcstombs): Convert lone surrogate pairCorinna Vinschen
2009-09-22 * strfuncs.cc (sys_cp_mbstowcs): Reset shift state after handlingCorinna Vinschen
2009-08-22* cygwin/strfuncs.cc (__set_charset_from_codepage): Add codepages 20866Christopher Faylor
2009-07-01* select.h: New file split from fhandler.h.Christopher Faylor
2009-06-03 * strfuncs.cc (sys_cp_mbstowcs): Fix condition.Corinna Vinschen
2009-06-03 * strfuncs.cc (sys_cp_wcstombs): Implement reverse functionalityCorinna Vinschen
2009-05-31* strfuncs.cc (sys_cp_mbstowcs): Treat src as unsigned char *. Convert failureChristopher Faylor