summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * how.texinfo: Add more w32api words.Christopher Faylor2003-02-132-4/+12
* * path.h (path_conv): Reorganize slightly.Christopher Faylor2003-02-132-2/+8
* * fhandler_tty.cc (process_input): Add sanity check to ensure that consoleChristopher Faylor2003-02-131-0/+5
* * spawn.cc (linebuf::~linebuf): Resurrect commented out (for debugging?) code.Christopher Faylor2003-02-134-3/+10
* * MAINTAINERS: Remove out-of-date file.Christopher Faylor2003-02-132-7/+4
* * cygpath.cc (doit): Allocate more space for non-path filename.Christopher Faylor2003-02-122-5/+9
* 2003-02-12 Roland Schwingel <roland.schwingel@onevision.de>Danny Smith2003-02-123-0/+37
* * include/math.h: Remove _CRTIMP from pow() prototype,Danny Smith2003-02-102-1/+9
* * include/cygwin/in.h (in_attr_t): Define new type.Christopher Faylor2003-02-108-84/+233
* * mingwex/math/cephes_emath.h: Don't redefine INFINITY.Danny Smith2003-02-102-1/+4
* * libc/include/sys/types.h: Don't define __MS_types__ for Cygwin. Don't defineChristopher Faylor2003-02-102-5/+9
* * include/_mingw.h (_CRTIMP): Define for __GNUC__ ifDanny Smith2003-02-1030-1061/+1128
* * include/w32api.h: Increment version to 2.3.Earnie Boyd2003-02-103-3/+8
* Add support for marking ARM ELF binaries as support the Cirrus EP9312 MaverickNick Clifton2003-02-102-0/+5
* * include/GL/gl.h: Remove include of glext.h.Earnie Boyd2003-02-091-0/+2
* * include/secext.h: New file. Declare EXTENDED_NAME_FORMAT.Earnie Boyd2003-02-095-2/+46
* * lib/ddk/ntoskrnl.def (Ke386IoSetAccessProcess): Activate export.Earnie Boyd2003-02-092-3/+10
* clarifyChristopher Faylor2003-02-081-1/+1
* * include/cygwin/version.h: Bump DLL minor number.Christopher Faylor2003-02-083-2/+11
* * winsup.api/winsup.exp (ws_spawn): Tweak slightly to work with tcl 8.4.1.Christopher Faylor2003-02-082-1/+6
* * include/_mingw.h: Change version to 3.0Earnie Boyd2003-02-083-4/+9
* * include/stdlib.h: Make words after #endif a comment.Earnie Boyd2003-02-082-1/+5
* 2003-02-07 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2003-02-08129-3153/+5368
* * libltp/lib/parse_opts.c: Deal with C warnings.Christopher Faylor2003-02-085-21/+29
* * dump_setup.cc (compar): Use case insensitive comparisons.Christopher Faylor2003-02-072-11/+11
* * dump_setup.cc (dump_setup): Compute the longest package nameCorinna Vinschen2003-02-072-1/+12
* * ntsec.sgml: Add note on special names for missing user/group.Corinna Vinschen2003-02-072-0/+67
* * mmap.cc (mmap_record::alloc_map): De-inline. Add offset and lengthCorinna Vinschen2003-02-072-104/+121
* Christopher Faylor <cgf@redhat.com>Christopher Faylor2003-02-072-4/+14
* * malloc.cc (DEFAULT_MMAP_THRESHOLD): Set high to avoid mmaps.Christopher Faylor2003-02-073-0/+11
* * pipe.cc (fhandler_pipe::close): Avoid extraneous this->.Christopher Faylor2003-02-071-1/+1
* * cygcheck.cc (common_apps): Add some more apps.Christopher Faylor2003-02-073-1/+13
* * heap.cc (heap_init): Remove debugging code.Christopher Faylor2003-02-072-15/+5
* * configure.in: Make w32api directory optional.Christopher Faylor2003-02-073-22/+36
* * include/locale.h: Include stddef.h for definition of NULL.Danny Smith2003-02-072-0/+8
* Source Navigator is now on sourceforge...Keith Seitz2003-02-066-303/+92
* * security.h: Introduce names UNKNOWN_UID and UNKNOWN_GID and deleteCorinna Vinschen2003-02-066-47/+18
* * setup-net.sgml: Add "setup-maxmem" sectionJoshua Daniel Franklin2003-02-062-0/+69
* * path.cc: Change 'to_posix_p' to 'to_posix' throughout.Christopher Faylor2003-02-052-15/+29
* 2003-02-05 Chris Demetriou <cgd@broadcom.com>Jeff Johnston2003-02-053-18/+39
* 2003-02-05 Chris Demetriou <cgd@broadcom.com>Jeff Johnston2003-02-053-20/+29
* 2003-02-05 Jonathan Larmour <jifl@eCosCentric.com>Jeff Johnston2003-02-055-0/+17
* * path.cc (etc::dir_changed): Fix debug printf.Christopher Faylor2003-02-052-2/+5
* * sec_acl.cc (setacl): Move all permission settings to beginning ofCorinna Vinschen2003-02-053-99/+244
* * include/basetypes.h (_GUID_DEFINED): Add deprecation warning, startEarnie Boyd2003-02-055-9/+35
* * include/sys/cygwin.h: Use C-style comments.Christopher Faylor2003-02-052-21/+25
* * sec_helper.cc (get_sids_info): New function.Corinna Vinschen2003-02-053-24/+72
* Correct typo in last changelog entry.Danny Smith2003-02-041-1/+1
* * include/shlwapi.h (PathRelativePathTo[AW]): CorrectDanny Smith2003-02-042-2/+8
* * syscalls.cc (struct system_cleanup_args): New struct.Thomas Pfaff2003-02-042-8/+31