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-04-25* cygwin.din: Export asctime_r, ctime_r, gmtime_r, localtime_rEgor Duda
2001-04-25* include/cygwin/version.h: Bump minor version number.Christopher Faylor
2001-04-25 * uinfo.cc (internal_getlogin): Return pointer to struct passwd.Corinna Vinschen
2001-04-25 * autoload.cc: Add LoadDLLfunc statements for SetTokenInformation@16.Corinna Vinschen
2001-04-25 * fhandler_dsp.cc: Improved handling of 8 bit playback modes.Corinna Vinschen
2001-04-25 * passwd.cc (getpwnam_r): Add pw_passwd handling as well.Corinna Vinschen
2001-04-25 * passwd.cc (getpwnam_r): Use correct offsets into buffer.Corinna Vinschen
2001-04-24* dlmalloc.c: New file. Port of Doug Lea's mallocEgor Duda
2001-04-24Remove trailing underscore from fhandler_base and friends, throughout.Christopher Faylor
2001-04-23* fhandler.h (fhandler_base::clear_r_binary): New method.Christopher Faylor
2001-04-23* net.cc [errmap]: Add '0' condition.Christopher Faylor
2001-04-23* include/cygwin/version.h: Bump Cygwin version and API version.Christopher Faylor
2001-04-23Mon Apr 23 9:27:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2001-04-23* features.h: Reinstate as wrapper for sys/features.h.Christopher Faylor
2001-04-23 * security.cc (alloc_sd): Reformat comment.Corinna Vinschen
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* cygwin.din: Add *scanf and *scan_r functions.Christopher Faylor
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-19 * mmap.cc (mmap): Drop usage of the same memory area if the sameCorinna Vinschen
2001-04-19Throughout, change fdtab references to cygheap->fdtab.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-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-17Forgot the ChangeLog...Corinna Vinschen
2001-04-17 Add missing ChangeLog entry.Corinna Vinschen
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-16 * grp.cc (getgroups): If `allow_ntsec' is set, use the process tokenCorinna 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* uname.c (uname): Default n in in86 to 6 if Windows returns > 6.Christopher Faylor
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
2001-04-13Fix ChangeLog format.Christopher Faylor
2001-04-13* fork.cc (fork_child): Call the __pthread_atforkchild function.Christopher Faylor
2001-04-13 * path.cc (add_ext_from_sym): New define evaluating `known'suffix'.Corinna Vinschen
2001-04-13 * dir.cc (mkdir): Check for case clash.Corinna Vinschen
2001-04-12* syscalls.cc (mkfifo): New function stub.Christopher Faylor
2001-04-12* configure.in: Remove PTH_ALLOW.Christopher Faylor
2001-04-11* path.cc (struct symlink_info): Add extn and ext_tacked_on fields.Christopher Faylor