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
2008-04-13 * fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): SimplifyCorinna Vinschen
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor
2008-04-01 * Fix copyright dates.Corinna Vinschen
2008-03-12 * winsup.h (NT_MAX_PATH): Revert ill-advised change to 32767.Corinna Vinschen
2008-03-11 * environ.cc (parse_options): Use tmp_pathbuf to allocate buffer.Corinna Vinschen
2008-03-07 * Makefile.in (DLL_OFILES): Add tls_pbuf.o.Corinna Vinschen
2008-02-25 * dcrt0.cc (initial_env): Only use local buffer "buf" if DEBUGGING isCorinna Vinschen
2008-02-14 * cygheap.cc (cwcsdup): New function.Corinna Vinschen
2008-02-05 * autoload.cc (CharToOemA): Remove.Corinna Vinschen
2008-02-01 * string.h: Re-enable inline strcasematch and strncasematchCorinna Vinschen
2008-01-31 * dcrt0.cc (dll_crt0_1): Use GetCommandLineW and convert to currentCorinna Vinschen
2007-12-12 * dcrt0.cc: Include string.h.Corinna Vinschen
2007-11-27Change many cygheap allocation routines to their *_abort analogs.Christopher Faylor
2007-03-01* Makefile (DLL_OFILES): Remove ntea.oChristopher Faylor
2007-02-23 Throughout remove all usage of wincap.has_security.Corinna Vinschen
2006-12-12 * environ.cc (subauth_id_init): Remove.Corinna Vinschen
2006-12-12 * environ.cc (set_traverse): Remove.Corinna Vinschen
2006-11-27 * cyglsa.h: New header file.Corinna Vinschen
2006-09-08* environ.cc (build_env): Don't put an empty environment variable into theChristopher Faylor
2006-08-02* environ.cc (env_win32_to_posix_path_list): Declare.Christopher Faylor
2006-08-01* environ.cc (dos_file_warning): Declare.Christopher Faylor
2006-05-28white spaceChristopher Faylor
2006-04-24* environ.cc (getearly): Force correct dereference order when inspectingChristopher Faylor
2006-04-22* environ.cc (getearly): Use GetEnvironmentVariable and cmalloc instead ofChristopher Faylor
2006-04-21format comment using GNU-styleChristopher Faylor
2006-04-21* environ.cc (rawenv): Make this variable a file-scope static.Christopher Faylor
2006-04-21 * environ.cc (getearly): New function.Corinna Vinschen
2006-03-22* fhandler.cc (fcntl): Print flags in hex.Christopher Faylor
2006-03-18* child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.Christopher Faylor
2006-03-14* dcrt0.cc (main_environ): Initialize to &__cygwin_environment.Christopher Faylor
2006-03-14* child_info.h (child_info_fork::handle_failure): Declare new function.Christopher Faylor
2006-02-05 * environ.cc (struct parse_thing): Add transparent_exe option.Corinna Vinschen
2006-01-12 * Update copyrights.Corinna Vinschen
2006-01-08* environ.cc (spenvs[]): windir -> WINDIR.Christopher Faylor
2005-12-29* environ.cc (win_env::add_cache): Don't add variables to the environmentChristopher Faylor
2005-12-06* include/cygwin/stdlib.h: New file.Christopher Faylor
2005-12-05 * environ.cc (spenvs): Add "windir" as an "always export" variableCorinna Vinschen
2005-11-08* environ.cc (spenvs): Make "SYSTEMDRIVE" an "always export".Christopher Faylor
2005-09-17* environ.cc (build_env): Use "kilo"bytes not "mega"bytes. Return immediatelyChristopher Faylor
2005-09-16* environ.cc (build_env): Clear envblock and return NULL on attempt to use envChristopher Faylor
2005-09-16* environ.cc (environ_init): Protect with a 'myfault' in caseChristopher Faylor
2005-09-16* environ.cc (environ_init): Issue an error if GetEnvironmentStrings fails andChristopher Faylor
2005-09-13* dcrt0.cc (do_exit): Rely on sigproc_terminate to set exit_stateChristopher Faylor
2005-07-07Eliminate (void) cast on standalone function calls throughout.Christopher Faylor
2005-07-03Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor
2005-06-08* environ.cc (spenvs): Remove cut/paste error which associated CYGWIN_DEBUGChristopher Faylor
2005-05-27* cygheap.h: Reference _cygheap_start via .cygheap section.Christopher Faylor
2005-05-22* spawn.cc (find_exec): Accept a PATH-like string in place of an environmentChristopher Faylor
2005-05-16 * environ.cc (conv_envvars): Remove LD_LIBRARY_PATH entirely.Corinna Vinschen
2005-05-15 * environ.cc (conv_envvars): Treat LD_LIBRARY_PATH as path list.Corinna Vinschen