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
2003-01-09This commit was manufactured by cvs2svn to create branch 'cagney-cagney-unwind-20030108-branchpointcagney-unwind-20030108-branchcvs2svn
2003-01-09Applied pthread_mutex patchThomas Pfaff
2003-01-09Applied cond_init patchThomas Pfaff
2003-01-09 * fhandler_disk_file.cc (num_entries): Return 2 as link count ifCorinna Vinschen
2003-01-09 * security.cc (get_nt_attribute): Always return -1 when read_sd()Corinna Vinschen
2003-01-09Use isdirsep rather than SLASH_P throughout.Christopher Faylor
2003-01-05* pinfo.cc (_pinfo::commune_send): Use myself->lock rather than just lock whenChristopher Faylor
2003-01-03* dtable.h (dtable::in_vfork_cleanup): New function. True if vfork cleanupChristopher Faylor
2003-01-02* passwd.cc (getpwuid_r32): Revert previous change.Christopher Faylor
2003-01-01* sysconf.cc (sysconf): Return arbitrary values for _SC_GETGR_R_SIZE_MAX,Christopher Faylor
2002-12-31* exceptions.cc (events_init): Display name of mutex on failure.Christopher Faylor
2002-12-31* windows.cc (setitimer): Return ENOSYS on invalid argument.Christopher Faylor
2002-12-28* fhandler_termios.cc (fhandler_termios::line_edit): Perform echo before inputChristopher Faylor
2002-12-28Move ChangeLog entry from toplevel, where it didn't belong.Nathanael Nerode
2002-12-27correct typoChristopher Faylor
2002-12-27* fhandler.h (fhandler_termios::line_edit): Replace third argument withChristopher Faylor
2002-12-26* include/cygwin/version.h: Bump DLL minor number.Christopher Faylor
2002-12-25* exceptions.cc (events_init): Initialize critical section to control exitingChristopher Faylor
2002-12-25* cygthread.cc (cygthread::detach): Set errno with set_sig_errno so that EINTRChristopher Faylor
2002-12-21* Makefile.in: Default fhandler objects to -fomit-frame-pointer. EliminateChristopher Faylor
2002-12-21* fhandler.h (line_edit_status): Reorganize so that tests for error conditionChristopher Faylor
2002-12-202002-12-19 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2002-12-202002-12-19 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2002-12-20* fhandler.h (line_edit_status): Add a new element.Christopher Faylor
2002-12-17* fhandler_termios.cc (fhandler_termios::line_edit): Return line_edit_error andChristopher Faylor
2002-12-16* pinfo.cc (_pinfo::cmdline): Allocate sufficient space for myself command lineChristopher Faylor
2002-12-14* fhandler_termios.cc (fhandler_termios::line_edit): Call accept_input() inChristopher Faylor
2002-12-14* fhandler.cc (fhandler_base::read): Signal event, if necessary, and raw_readChristopher Faylor
2002-12-14* fhandler.cc (fhandler_base::raw_read): Reset priorities to minimize windowChristopher Faylor
2002-12-142002-12-14 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen
2002-12-14 * netdb.cc: Remove strtok_r comment.Corinna Vinschen
2002-12-14 * security.cc (get_user_local_groups): Use LookupAccountSid to find theCorinna Vinschen
2002-12-14* pipe.cc (make_pipe): Set fork fixup flag for read pipe.Christopher Faylor
2002-12-14* winbase.h: Turn on inline versions of Interlocked* by default.Christopher Faylor
2002-12-14Throughout, change fhandler_*::read and fhandler_*::raw_read to void functionsChristopher Faylor
2002-12-12 * Makefile.common: Define MINGW_LDFLAGS.Corinna Vinschen
2002-12-11* cygthread.h (cygthread::stack_ptr): New element.Christopher Faylor
2002-12-10 * net.cc (free_protoent_ptr): Add missing free() for base structure.Corinna Vinschen
2002-12-10 * netdb.cc (parse_alias_list, parse_services_line)Corinna Vinschen
2002-12-102002-12-10 Pierre Humblet <pierre.humblet@ieee.org>Corinna Vinschen
2002-12-10correct dateChristopher Faylor
2002-12-10* lib/pseudo-reloc.c: New file.Christopher Faylor
2002-12-07fix dateChristopher Faylor
2002-12-06* cygwin.din: Reflect name change from strtodf to strtof. Export strtof.Christopher Faylor
2002-12-05* fhandler.h (fhandler_termios::line_edit): Change return from an int to anChristopher Faylor
2002-12-04* netdb.cc: New file.Christopher Faylor
2002-12-04 * cxx.cc: New file. Implement new, new[], delete and delete[]Corinna Vinschen
2002-12-01* fhandler_tty.cc (fhandler_pty_master::accept_input): Move read_retvalChristopher Faylor
2002-11-29* pinfo.h (winpids::set): Renamed from init.Christopher Faylor
2002-11-29* sigproc.cc (sig_dispatch_pending): Remove assertion.Christopher Faylor