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-10-01 * Makefile.in: Add fhandler_mem.o to the dependencies.Corinna Vinschen
2000-09-30* cygheap.cc (init_cheap): Set aside space for heap walk pointer.Christopher Faylor
2000-09-30* path.cc (symlink_info::check): Set executable bit for a file if the first twoChristopher Faylor
2000-09-30 * winsup.h: Add `winME' to os_type symbols.Corinna Vinschen
2000-09-28 * net.cc (get_ifconf): Code cleanup. Split. Call os dependentCorinna Vinschen
2000-09-27* spawn.cc (spawn_guts): Attempt to accomodate archaic windows quotingChristopher Faylor
2000-09-26* dcrt0.cc (quoted): Fix problem where ' quoted strings were skipped.Christopher Faylor
2000-09-25* spawn.cc (av::dup_maybe): Make function void rather than void *.Christopher Faylor
2000-09-19* spawn.cc (spawn_guts): Use actual program argument passed in for argv[0] asChristopher Faylor
2000-09-19* path.h: Create new input path flag PATH_NEEDDIR.Christopher Faylor
2000-09-19* fhandler_tty.cc (fhandler_tty_slave::write): Correct typo which causedChristopher Faylor
2000-09-18* path.cc (mount_info::read_mounts): Don't delete mount entries of which mountChristopher Faylor
2000-09-18* exceptions.cc (interruptible): Return 0 if given an address in uncommittedChristopher Faylor
2000-09-16 * signal.cc (sleep): If interrupted by signal, return theEgor Duda
2000-09-16* exceptions.cc (handle_exceptions): Just "core dump" if SIGSEGV in signalChristopher Faylor
2000-09-13Commit change mentioned in ChangeLog.Christopher Faylor
2000-09-13* spawn.cc (av): Hide 'calloced' field and limit cstrduping to class methodsChristopher Faylor
2000-09-13* external.cc (fillout_pinfo): Handle explicit pids correctly.Christopher Faylor
2000-09-12* path.cc (normalize_posix_path): Fix more slashdot madness.Christopher Faylor
2000-09-12* Makefile.in: Make clean target remove *.d.Christopher Faylor
2000-09-11* path.cc (normalize_posix_path): Correctly deal with a "." parameter.Christopher Faylor
2000-09-11* cygheap.cc (init_cheap): Just use any old address for the cygwin heap.Christopher Faylor
2000-09-10* dcrt0.cc (dll_crt0_1): Initialize thread and debug stuff before handlingChristopher Faylor
2000-09-10* path.cc (chdir): Use the full path for cwd_win32. Consider attempts to chdirChristopher Faylor
2000-09-08* lib/_cygwin_crt0_common.cc: Add missing header files.Christopher Faylor
2000-09-08* sigproc.h (sigframe::set): Eliminate second argument. Default bp to currentChristopher Faylor
2000-09-08Break out more header info into separate files. Use appropriate header filesChristopher Faylor
2000-09-07Split out tty and shared_info stuff into their own headers and use throughout.Christopher Faylor
2000-09-07* exceptions.cc (signal_exit): Reset all mutos owned by the main thread.Christopher Faylor
2000-09-07* sigproc.cc: Add include file for proper definitions.Christopher Faylor
2000-09-06* Makefile.in (CFLAGS): Ensure that -MD is always added even when CFLAGS isChristopher Faylor
2000-09-06* path.cc (cwdstuff::get_initial): Keep caching alive.Christopher Faylor
2000-09-06Dummy file to accomodate programs which includeChristopher Faylor
2000-09-06* path.cc (normalize_posix_path): Deal with error return from cygcwd.get.Christopher Faylor
2000-09-06* path.cc (readlink): 'max' should be a 'min' or we'll suffer buffer overflow.Christopher Faylor
2000-09-05* path.cc (cwd_win32): Eliminate.Christopher Faylor
2000-09-04* path.cc (readlink): Check if buffer length is positive. Truncate output toChristopher Faylor
2000-09-03* environ.cc (environ_init): Don't free the new environment table after we'veChristopher Faylor
2000-09-03* Makefile.in: Add cygheap.o.Christopher Faylor
2000-09-03* Makefile.in: Remove "make check" support. It is now in winsup/Makefile.in.Christopher Faylor
2000-09-03Remove everythingChristopher Faylor
2000-09-03Remove READMEChristopher Faylor
2000-09-03remove everything and move it up a level.Christopher Faylor
2000-09-02* sigproc.cc (mychild): New function.Christopher Faylor
2000-09-02* sigproc.cc (sigproc_init): Create wait_sig_inited without auto-reset to avoidChristopher Faylor
2000-09-02* sigproc.cc (proc_info): Rename proc_exists which takes a pid to "pid_exists".Christopher Faylor
2000-09-01* errno.cc (set_errno_from_win_error): Actually use arguments to strace_printf.Christopher Faylor
2000-08-31* times.cc (gettimeofday): use GetSystemTimeAsFileTime to avoid aDJ Delorie
2000-08-29* grp.cc (getgroups): fail with EINVAL if array is not largeDJ Delorie
2000-08-29* signal.cc (_raise): New function.Christopher Faylor