]> sourceware.org Git - newlib-cygwin.git/shortlog
newlib-cygwin.git
2003-09-20 Christopher... * spawn.cc (pthread_cleanup): New struct.
2003-09-20 Christopher... * include/cygwin/version.h: Bump DLL minor number to 6.
2003-09-20 Christopher... * thread.h (__reent_t::init_clib): Declare new function.
2003-09-20 Christopher... fix accidental checkin
2003-09-20 Christopher... * syscalls.cc (system): Strip signal considerations...
2003-09-18 Corinna Vinschen * fhandler_tty.cc (fhandler_pty_master::process_slave_...
2003-09-18 Christopher... * parse_pe.cc (exclusion::sort_and_check): Make error...
2003-09-17 Christopher... * syscalls.cc (gethostid): Add lpFreeBytesAvailable...
2003-09-17 Danny Smith * include/winuser.h (UpdateLayeredWindow): Protect...
2003-09-17 Daniel Jacobowitz * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs...
2003-09-17 Christopher... * fhandler_process.cc (fhandler_process::fill_filebuf...
2003-09-17 Christopher... fix stupid typo
2003-09-17 Christopher... * pinfo.h (winpids::pid_access): New element.
2003-09-16 Corinna Vinschen * cygheap.cc (cygheap_user::set_saved_sid): Rename...
2003-09-16 Christopher... fix typo
2003-09-16 Christopher... * getopt.cc (opterr): Reinstate initialization.
2003-09-16 Christopher... * exceptions.cc (sig_handle_tty_stop): Fix boneheaded...
2003-09-16 Andrew CagneyIndex: include/ChangeLog
2003-09-16 Pierre Humblet2003-09-15 Pierre Humblet <pierre.humblet@ieee.org>
2003-09-15 Andrew Cagney2003-09-15 Andrew Cagney <cagney@redhat.com>
2003-09-15 Daniel Jacobowitz * floatformat.h (floatformat_is_valid): Add prototype.
2003-09-15 Earnie Boyd * include/_mingw.h: Increment version to 3.2.
2003-09-15 Earnie Boyd * include/w32api.h: Increment version to 2.5.
2003-09-15 Danny Smith2003-09-15 Danny Smith <dannysmith@users.sourceforge...
2003-09-14 Michael Chastain2003-09-12 Michael Chastain <mec@shout.net>
2003-09-14 Andrew Cagney2003-09-14 Andrew Cagney <cagney@redhat.com>
2003-09-14 Christopher... * Makefile.in: Make malloc_wrapper -fomit-frame-pointer.
2003-09-14 Christopher... * fhandler_disk_file.cc (path_conv::ndisk_links): Fix...
2003-09-13 Christopher... * kill.c (forcekill): Wait for process to terminate...
2003-09-13 Christopher... * include/sys/cygwin.h: Rename PID_UNUSED to PID_MAP_RW.
2003-09-13 Christopher... * include/cygwin/version.h: Bump DLL minor number to 5.
2003-09-13 Danny Smith * include/olectl.h (TEXTMETRICOLE, LPERRORLOG, LPPROPE...
2003-09-13 Danny Smith * include/winuser.h (_WIN32_WINNT, _WIN32_WINDOWS...
2003-09-13 Christopher... * thread.cc (MTinterface::fixup_after_fork): Remove...
2003-09-12 Christopher... * fhandler_disk_file.cc (path_conv::ndisk_links): Fix...
2003-09-12 Christopher... * dcrt0.cc (_dll_crt0): Accommodate breaking apart...
2003-09-12 Christopher... * Makefile.in: Tweak mingw libz.a detection to make...
2003-09-11 Christopher... * fhandler_disk_file.cc (path_conv::ndisk_links): Renam...
2003-09-11 Jim Wilson * MAINTAINERS: Update my e-mail address.
2003-09-11 Christopher... * path.cc (normalize_posix_path): Put check for '/...
2003-09-11 Corinna Vinschen * cygcheck.cc (dump_only): New global variable.
2003-09-11 Christopher... * dir.cc (rmdir): Add more samba workarounds.
2003-09-11 Nick CliftonAdd enum values for HP extensions to DWARF standard
2003-09-11 Corinna Vinschen * shared.cc (user_shared_initialize): Revert length...
2003-09-11 Corinna Vinschen * getfacl (main): Remove extern declaration of optind.
2003-09-11 Christopher... * Makefile.in (cygcheck.o): Use MINGW_CXX for compilation.
2003-09-11 Christopher... * Makefile.in (MINGW_CXX): Define and use for mingw...
2003-09-11 Christopher... * Makefile.in: More fixups to adjust for the fact that...
2003-09-10 Christopher... * Makefile.in: Remove references to getopt since it...
2003-09-10 Christopher... * shared_info.h (shared_info::initialize): Remove argument.
2003-09-10 Christopher... * fhandler_disk_file.cc (num_entries): Take . and...
2003-09-10 Corinna Vinschen * Makefile.in (DLL_OFILES): Add getopt.o and iruserok.o.
2003-09-10 Christopher... * exceptions.cc (sig_handle_tty_stop): Check parent...
2003-09-10 Christopher... * Makefile.in: Add some more -fomit-frame-pointer files.
2003-09-10 Corinna Vinschen * libc/include/sys/unistd.h: Declare function daemon...
2003-09-10 Corinna Vinschen * Makefile.in (DLL_OFILES): Add bsdlib.o.
2003-09-10 Corinna Vinschen * fhandler_socket.cc (fhandler_socket::fstat): Don...
2003-09-10 Pierre Humblet2003-09-09 Pierre Humblet <pierre.humblet@ieee.org>
2003-09-09 Jeff Johnston2003-09-09 Jeff Johnston <jjohnstn@redhat.com>
2003-09-09 Corinna Vinschen * libc/include/grp.h: Don't define setgrfile, group_fr...
2003-09-09 Corinna Vinschen * mmap.cc (mmap64): Change address types from caddr_t...
2003-09-09 Christopher... * dcrt0.cc (dlL_crt0_1): Set __argc_safe after __argc...
2003-09-09 Christopher... * dir.cc (readdir): Reinstate setting of old ino field...
2003-09-08 Christopher... * passwe.cc (getpwnam_r): Initialize pw_comment field.
2003-09-08 Christopher... * passwd.cc (getpwuid_r32): Initialize pw_comment field.
2003-09-08 Christopher... * sigproc.cc (wait_sig_inited): Remove assertion since...
2003-09-08 Corinna Vinschen * cygwin.din: Export endusershell, getusershell and...
2003-09-08 Danny Smith2003-09-08 Justin Forest <vhex@users.sourceforge.net>
2003-09-08 Corinna Vinschen * cygwin.din: Export argz_add argz_add_sep argz_append...
2003-09-08 Christopher... fix typo
2003-09-08 Christopher... * Makefile.in (zlib_h): Rename libz.h -> zlib.h.
2003-09-08 Christopher... Throughout, remove __d_u.__d_data fields from DIR struc...
2003-09-08 Christopher... * Makefile.in: Detect existence of mingw zlib headers...
2003-09-08 Christopher... * include/cygwin/in.h: Don't define ipv6 stuff unless...
2003-09-07 Christopher... * cygheap.cc (_csbrk): More left coercion cleanup.
2003-09-07 Christopher... * signal.cc (nanosleep): Improve test for valid values...
2003-09-07 Christopher... Remove left coercion throughout.
2003-09-06 Christopher... * hires.h (hires_ms::~hires_ms): Delete declaration.
2003-09-06 Christopher... * dump_setup.cc (check_package_files): Don't fail on...
2003-09-05 Earnie Boyd * include/w32api.h (_NT5, etc): Reverse the changes...
2003-09-05 Jeff Johnston2003-09-05 Jeff Johnston <jjohnstn@redhat.com>
2003-09-05 Ben Elliston * libc/ctype/wctype.c (_DEFUN): Remove empty default...
2003-09-05 Christopher... * dcrt0.cc (__argc_safe): New variable.
2003-09-05 Ben EllistonFix mail address in most recent commit.
2003-09-05 Ben Elliston * libc/machine/xscale/memcmp.c (memcmp): Strip trailin...
2003-09-05 Ben Elliston * libc/stdlib/mstats.c[_ELIX_LEVEL]: Fix guards. ...
2003-09-04 DJ Delorie* configure: Regenerate.
2003-09-04 Nick CliftonMatch GNU/KFreeBSD with new kfreebsd*-gnu triplet.
2003-09-04 Nick CliftonAdd binutils support for v850e1 processor
2003-09-04 Corinna Vinschen * sysconf.cc (sysconf): Return more accurate value...
2003-09-04 Corinna Vinschen * mmap.cc: Restructure. Add, remove and rewrite commen...
2003-09-04 Christopher... * cxx.cc (new): Fix formatting. Just return result...
2003-09-04 Christopher... * mount.cc (mount_commands): Ensure user mode is actual...
2003-09-03 Andrew CagneyIndex: opcodes/ChangeLog
2003-09-03 Christopher... * exceptions.cc (set_process_mask): Set pending signals...
2003-09-03 Danny Smith2003-09-02 Bart Oldeman <bartoldeman@users.sourceforg...
2003-09-02 DJ Delorie* configure.in: Ensure arguments to sed are properly...
2003-09-02 Jeff Johnston2003-09-02 Thomas Pfaff <tpfaff@gmx.net>
2003-09-01 Christopher... * include/cygwin/version.h: Bump DLL minor number to 4.
2003-09-01 Christopher... * net.cc (dup_ent): Restore check for NULL input.
next
This page took 0.074361 seconds and 5 git commands to generate.