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-11-16* Makefile.in: Make import library creation 'make -j2' friendly.Christopher Faylor
2000-11-16New entry "Why doesn't mkdir -p work on a network share?"David Starks-Browning
2000-11-16 * uinfo.cc (uinfo_init): Call `cygwin_set_impersonation_token' toCorinna Vinschen
2000-11-16Update ChangeLog.Christopher Faylor
2000-11-16* sigproc.cc (wait_sig): Remove unneeded for loop iteration.Christopher Faylor
2000-11-16 * uinfo.cc (internal_getlogin): Change parameter list to reflectCorinna Vinschen
2000-11-16 * cygheap.h: Move `token' and `impersonated' from class _pinfoCorinna Vinschen
2000-11-15Correct date and style of last entryHans-Peter Nilsson
2000-11-15 * demangle.h: Add gnat and java demangle styles.Hans-Peter Nilsson
2000-11-15 * spawn.cc (spawn_guts): Revert patch to ignore chroot settingsCorinna Vinschen
2000-11-15* fork.cc (slow_pid_reuse): Off-by-one.Christopher Faylor
2000-11-15Throughout use myself->ppid_handle rather than parent_alive.Christopher Faylor
2000-11-15Fix formatting.Corinna Vinschen
2000-11-15 * cygheap.cc (cygheap_root::cygheap_root): New function.Corinna Vinschen
2000-11-14 * dir.cc (rewinddir): Always set __d_position = 0, so nextCorinna Vinschen
2000-11-14* cygheap.h (init_cygheap): New struct holding values that live in the CygwinChristopher Faylor
2000-11-13* path.cc (get_device_number): Allow /dev/ttySn to designate a com port.Christopher Faylor
2000-11-12* path.h: Add __attribute__ ((regparm(x))) to commonly used functions.Christopher Faylor
2000-11-11* dcrt0.cc: New global variable `ignore_case_with_glob'.Christopher Faylor
2000-11-09remove include/rapi.hChristopher Faylor
2000-11-09 * dir.cc (readdir): Avoid reading from the beginning whenCorinna Vinschen
2000-11-09Increase cygwin heap size.Christopher Faylor
2000-11-09* select.cc (peek_pipe): Deal with pending newline in pty_master.Christopher Faylor
2000-11-08* mount.cc (main): Call show_cygdrive_info instead of show_cygdrive_prefixes.Christopher Faylor
2000-11-08* environ.cc (_addenv): malloc space for setenv if cygwin1.dll is used inChristopher Faylor
2000-11-08 * mkgroup.c (load_netapi): New function to load netapi32.dll functionsCorinna Vinschen
2000-11-07 * autoload.cc: Add autoload statement for `WSASetLastError'.Corinna Vinschen
2000-11-07Fix typos.Christopher Faylor
2000-11-07Update copyright.Christopher Faylor
2000-11-07* dcrt0.cc (sigthread::init): Reinstitute sigthread lock as a critical section.Christopher Faylor
2000-11-06* config.sub: Add support for Sun ChorusChristopher Faylor
2000-11-06* path.cc (mount_info::read_cygdrive_info_from_registry): UseChristopher Faylor
2000-11-06 * Makefile.in: increment VERSION.Earnie Boyd
2000-11-06* errno.cc (strerror): Change EAGAIN case to return "Resource temporarilyChristopher Faylor
2000-11-06 * libc/include/sys/types.h: Change type of i to `size_t' inCorinna Vinschen
2000-11-06Fix typo.Christopher Faylor
2000-11-06* child_info.h (child_info): Add pppid_handle for closing the parent's of theChristopher Faylor
2000-11-06Fix spelling error.Christopher Faylor
2000-11-05* pinfo (wait_subproc): Son of neverending debug tweaking.Christopher Faylor
2000-11-05* pinfo (wait_subproc): Neverending debug tweaking.Christopher Faylor
2000-11-05* pinfo.cc (winpids:add): New method.Christopher Faylor
2000-11-05* exceptions.cc (handle_sigsuspend): Record frame here for signalling.Christopher Faylor
2000-11-04* sigproc.cc (wait_subproc): Still more debugging cleanup.Christopher Faylor
2000-11-04 * hashtab.h (struct htab): Add member return_allocation_failure.Hans-Peter Nilsson
2000-11-04* pinfo.cc (EnumProcessesNT): Avoid 0 pids.Christopher Faylor
2000-11-04* lib/Makefile.in: Install header files in w32api subdirectory.Christopher Faylor
2000-11-04* sigproc.cc (wait_subproc): Refine debug output.Christopher Faylor
2000-11-03 * hashtab.h: Change void * to PTR where necessary.Hans-Peter Nilsson
2000-11-03* pinfo.cc (pinfo::init): Reverse order of setting status and pid info in anChristopher Faylor
2000-11-03Add support for -storm-chaosNick Clifton