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
2001-09-12This commit was manufactured by cvs2svn to create branch 'cygwin-1-3-5-2'.cygwin-1-3-5-2cvs2svn
2001-09-12This commit was manufactured by cvs2svn to create branch 'cygwin-1-3-3'.cygwin-1-3-3cvs2svn
2001-05-08This commit was manufactured by cvs2svn to create branch 'cygwin-1-3-2'.cygwin-1-3-2cvs2svn
2001-04-22This commit was manufactured by cvs2svn to create branch 'cygwin-1-3-1'.cygwin-1-3-1cvs2svn
2001-04-22* shortcut.c (check_shortcut): Close input file handle before returning.Christopher Faylor
2001-04-22* thread.cc (MTinterface::Init): Remove accidentally checked in code.Christopher Faylor
2001-04-21Sun Apr 22 20:22:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2001-04-21* libc/include/sys/time.h: Define timercmp and other macros for __CYGWIN__,Christopher Faylor
2001-04-212001-04-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2001-04-21* cygwin.din: Add *scanf and *scan_r functions.Christopher Faylor
2001-04-212001-04-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2001-04-21 * security.cc (set_process_privileges): Swap out.Corinna Vinschen
2001-04-20* path.cc (path_conv::check): Always initialize member variables.Christopher Faylor
2001-04-20* include/sys/file.h: More cleanup for X_OK.Christopher Faylor
2001-04-20* include/sys/file.h: Move X_OK protection earlier.Christopher Faylor
2001-04-20 * grp.cc (getgroups): Change so that SIDs get compared insteadCorinna Vinschen
2001-04-20 * Makefile.in: Add object files `sec_helper.cc' and `sec_acl.cc'.Corinna Vinschen
2001-04-20* ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4aAlexandre Oliva
2001-04-192001-04-19 Robert Collins <rbtcollins@hotmail.com>Jeff Johnston
2001-04-19* dumper.cc (dumper::init_core_dump): Set architecture field in dumpEgor Duda
2001-04-19 * winsup.api/mmaptest02.c: New test.Corinna Vinschen
2001-04-19 * mmap.cc (mmap): Drop usage of the same memory area if the sameCorinna Vinschen
2001-04-19* Makefile.in: Add -U_WIN32 to CFLAGS compile line to avoid inappropriateChristopher Faylor
2001-04-19* configure.in: Add bz2lib.Christopher Faylor
2001-04-19Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor
2001-04-19*** empty log message ***Christopher Faylor
2001-04-18 * grp.cc (getgroups): Avoid crash if passwd field if /etc/group isCorinna Vinschen
2001-04-18* path.h (path_conv::add_ext_from_sym): Declare.Christopher Faylor
2001-04-172001-04-17 Stephen L. Moshier <moshier@moshier.ne.mediaone.net>Jeff Johnston
2001-04-17 * path.cc (windows_device_names): Add missing NULL element.Corinna Vinschen
2001-04-17* path.cc (windows_device_names): Move dsp to proper location.Christopher Faylor
2001-04-17 * include/windows.h: Define _ANONYMOUS_STRUCT and _ANONYMOUS_UNIONEarnie Boyd
2001-04-17Forgot the ChangeLog...Corinna Vinschen
2001-04-17 * path.cc (path_conv::check): Set case_clash even if pcheck_caseCorinna Vinschen
2001-04-17 Add missing ChangeLog entry.Corinna Vinschen
2001-04-17Turn NEWVFORK off.Christopher Faylor
2001-04-17* path.h (cwdstuff): Move class.Christopher Faylor
2001-04-16 * mmap.cc: Move fh_paging_file from some functions to beCorinna Vinschen
2001-04-162001-04-15 Daniel Berlin <dan@cgsoftware.com>Daniel Berlin
2001-04-16 * grp.cc (getgroups): If `allow_ntsec' is set, use the process tokenCorinna Vinschen
2001-04-16 * mkgroup.c: Add function pointers `netlocalgroupgetmembers' andCorinna Vinschen
2001-04-16* features.h: Remove this file as it is now being supplied by newlib.Christopher Faylor
2001-04-16* autoload.cc: Add winmm functions needed by fhandler_dsp.cc.Christopher Faylor
2001-04-16* mount.cc (longopts): Add help to options list.Christopher Faylor
2001-04-16* uname.c (uname): Default n in in86 to 6 if Windows returns > 6.Christopher Faylor
2001-04-15Patch by Kazuhiro Fujieda <fujieda@jaist.ac.jp>:Corinna Vinschen
2001-04-15 * path.cc (add_ext_from_sym): Redefine to call `add_ext_from_sym_'.Corinna Vinschen
2001-04-15* config.h.in: Turn on VFORK by default.Christopher Faylor
2001-04-15* net.cc (cygwin_socket): Set SO_LINGER to small value so closed UNIX domainChristopher Faylor
2001-04-14Sat Apr 14 17:04:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins