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
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie
2000-07-29* include/cygwin/version.h: Bump DLL minor version number to 5 due to all ofChristopher Faylor
2000-07-29* dcrt0.cc (dummy_autoload): Add load statement for RegDeleteValueA.Christopher Faylor
2000-07-17Throughout, eliminate third argument to path_conv and use new PC_* constantsChristopher Faylor
2000-07-16* acconfig.h: Add support for NEWVFORK.Christopher Faylor
2000-07-16* spawn.cc (spawn_guts): Use \ for quoting '"'.Christopher Faylor
2000-07-16Slightly more efficient version of previous change.Christopher Faylor
2000-07-16* dcrt0.cc (build_argv): Strip quotes from argv[0] since it should never beChristopher Faylor
2000-07-15* hinfo.cc (hinfo::linearize_fd_array): Make max_used_fd an int so that we canChristopher Faylor
2000-07-12* lib/_cygwin_crt0_common.cc (_cygwin_crt0_common): Don't reset environ ifChristopher Faylor
2000-07-06* dcrt0.cc (__cygwin_user_data): Initialize.Christopher Faylor
2000-07-04* dcrt0.cc (dll_crt0_1): Eliminate SetFileApisToOEM and CharToOem.Christopher Faylor
2000-07-04Revert errnoneous commit.Christopher Faylor
2000-07-04* exceptions.cc (stack_info::walk): Use method to find offset.Christopher Faylor
2000-07-03* dcrt0.cc (user32_init): Add primitive guard against concurrent attempts toChristopher Faylor
2000-07-01* dcrt0.cc (_dll_crt0): Renamed from dll_crt0 ().Christopher Faylor
2000-07-01* Makefile.in: Use variables rather than configure constructs whereChristopher Faylor
2000-06-19 * dcrt0.cc: Add load statements for `GetSidIdentifierAuthority'Corinna Vinschen
2000-06-16 * cygwin.din: Define symbols for `cygwin_logon_user' andCorinna Vinschen
2000-06-08* cygwin.din: add cygwin_dll_initDJ Delorie
2000-06-01* exceptions.cc: Remove unneeded include.Christopher Faylor
2000-05-31 * dcrt0.cc: Use LoadDLLfuncEx for loading Crypto API functionsCorinna Vinschen
2000-05-30* Makefile.in: Remove libadvapi32.a.Christopher Faylor
2000-05-22* dcrt0.cc (dll_crt0_1): Move uinfo_init call to before sigproc_init to avoid aChristopher Faylor
2000-05-19* Makefile.in: Remove external.h dependency.Christopher Faylor
2000-05-18* dcrt0.cc (dll_crt0_1): Initialize mainthread stuff here before anything needsChristopher Faylor
2000-05-17* path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash ifChristopher Faylor
2000-05-13* dcrt0.cc (build_argv): Remove unneeded variable.Christopher Faylor
2000-05-07* dcrt0.cc (insert_file): Eliminate unused parameter.Christopher Faylor
2000-05-02 * dcrt0.cc: Add dynamic load code for `OemToCharA' from user32.dll.Corinna Vinschen
2000-04-19* dcrt0.cc (globify): Don't use \ quoting when apparently quoting a DOS pathChristopher Faylor
2000-04-19* dcrt0.cc (globify): Don't use \ quoting when apparently quoting a DOS pathChristopher Faylor
2000-04-14* dcrt0.cc (insert_file): Avoid freeing previously allocated argument list.Christopher Faylor
2000-03-29* Makefile.in: Use default rules when compiling cygrun.o.Christopher Faylor
2000-03-25* environ.cc: Add TMPDIR to the list of environment variables which areChristopher Faylor
2000-03-18* dcrt0.cc (host_dependent_constants::init): Eliminate DELETE flag from sharedChristopher Faylor
2000-03-16 * security.cc (set_process_privileges): Removed `static'.Corinna Vinschen
2000-02-28* dcrt0.cc (set_os_type): Record OS name string.Christopher Faylor
2000-02-21Respond to a multitude of g++ warnings.Christopher Faylor
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor