index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
* heap.cc (heap_init): Remove debugging code.
Christopher Faylor
2003-02-07
2
-15
/
+5
*
* configure.in: Make w32api directory optional.
Christopher Faylor
2003-02-07
3
-22
/
+36
*
* include/locale.h: Include stddef.h for definition of NULL.
Danny Smith
2003-02-07
2
-0
/
+8
*
Source Navigator is now on sourceforge...
Keith Seitz
2003-02-06
6
-303
/
+92
*
* security.h: Introduce names UNKNOWN_UID and UNKNOWN_GID and delete
Corinna Vinschen
2003-02-06
6
-47
/
+18
*
* setup-net.sgml: Add "setup-maxmem" section
Joshua Daniel Franklin
2003-02-06
2
-0
/
+69
*
* path.cc: Change 'to_posix_p' to 'to_posix' throughout.
Christopher Faylor
2003-02-05
2
-15
/
+29
*
2003-02-05 Chris Demetriou <cgd@broadcom.com>
Jeff Johnston
2003-02-05
3
-18
/
+39
*
2003-02-05 Chris Demetriou <cgd@broadcom.com>
Jeff Johnston
2003-02-05
3
-20
/
+29
*
2003-02-05 Jonathan Larmour <jifl@eCosCentric.com>
Jeff Johnston
2003-02-05
5
-0
/
+17
*
* path.cc (etc::dir_changed): Fix debug printf.
Christopher Faylor
2003-02-05
2
-2
/
+5
*
* sec_acl.cc (setacl): Move all permission settings to beginning of
Corinna Vinschen
2003-02-05
3
-99
/
+244
*
* include/basetypes.h (_GUID_DEFINED): Add deprecation warning, start
Earnie Boyd
2003-02-05
5
-9
/
+35
*
* include/sys/cygwin.h: Use C-style comments.
Christopher Faylor
2003-02-05
2
-21
/
+25
*
* sec_helper.cc (get_sids_info): New function.
Corinna Vinschen
2003-02-05
3
-24
/
+72
*
Correct typo in last changelog entry.
Danny Smith
2003-02-04
1
-1
/
+1
*
* include/shlwapi.h (PathRelativePathTo[AW]): Correct
Danny Smith
2003-02-04
2
-2
/
+8
*
* syscalls.cc (struct system_cleanup_args): New struct.
Thomas Pfaff
2003-02-04
2
-8
/
+31
*
* winsup.api/pthread/cancel11.c: New test.
Thomas Pfaff
2003-02-04
3
-0
/
+149
*
* path.cc (symlink): Create security attributes so that only the
Corinna Vinschen
2003-02-04
3
-5
/
+8
*
* grp.cc (internal_getgroups): Do not return without closing
Corinna Vinschen
2003-02-04
2
-20
/
+26
*
* security.h (class cygpsid): New class.
Corinna Vinschen
2003-02-04
6
-91
/
+123
*
* ppc.h: Add TLS relocs. Format.
Alan Modra
2003-02-04
3
-125
/
+205
*
Eliminate most unneeded this-> pointers throughout.
Christopher Faylor
2003-02-04
14
-33
/
+37
*
2003-02-03 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2003-02-03
2
-18
/
+36
*
* security.h: Add third argument to set_process_privilege.
Corinna Vinschen
2003-02-03
5
-8
/
+33
*
* fhandler_socket.cc (fhandler_socket::recvfrom): Return buffer
Corinna Vinschen
2003-02-03
2
-1
/
+18
*
* cygwinenv.sgml: Add section for 'CYGWIN codepage:[ansi|oem]'
Joshua Daniel Franklin
2003-02-03
3
-1
/
+32
*
* grp.cc (getgrent32): Only refresh group entries when at beginning.
Christopher Faylor
2003-02-01
4
-11
/
+21
*
* include/commctrl.h (TCM_*): Add missing defines.
Danny Smith
2003-02-01
2
-1
/
+14
*
2003-02-01 Jesus Alvarez <jesus_alvarez@users.sourceforge.net>
Danny Smith
2003-02-01
2
-0
/
+56
*
* dlfcn.cc (dlerror): Only report load errors once per error.
Christopher Faylor
2003-02-01
2
-4
/
+13
*
* fhandler_serial.cc (fhandler_serial::open): Avoid extraneous setting of res.
Christopher Faylor
2003-02-01
3
-161
/
+187
*
* hppa.h (ldwa, ldda): Add ordered opcodes.
John David Anglin
2003-01-31
2
-0
/
+6
*
2003-01-31 Michael Snyder <msnyder@redhat.com>
Jeff Johnston
2003-01-31
2
-2
/
+20
*
2003-01-31 Michael Snyder <msnyder@redhat.com>
Jeff Johnston
2003-01-31
2
-6
/
+11
*
2003-01-31 Frank Ch. Eigler <fche@redhat.com>
Frank Ch. Eigler
2003-01-31
3
-2
/
+7
*
* passwd.cc (pwdgrp::read_passwd): linebuf *must* be static (from Pierre
Christopher Faylor
2003-01-31
3
-4
/
+12
*
* shared.cc (shared_info::heap_chunk_size): Use correct variable when reading
Christopher Faylor
2003-01-31
2
-1
/
+6
*
2003-01-31 Danny Smith <dannysmith@users.sourceforge.net>
Danny Smith
2003-01-31
2
-5
/
+33
*
* fhandler_registry.cc (fhandler_registry::exists): Fix off-by-one error when
Christopher Faylor
2003-01-30
2
-2
/
+9
*
* config.if: Copy from GCC.
Alexandre Oliva
2003-01-30
2
-23
/
+22
*
* lib/getopt.c: Allow environment variable control of POSIXLY_INCORRECT behav...
Christopher Faylor
2003-01-30
2
-7
/
+9
*
2003-01-29 Jason Tishler <jason@tishler.net>
Jeff Johnston
2003-01-29
2
-0
/
+14
*
* fhandler_socket.cc (fhandler_socket::accept): On successful execution
Corinna Vinschen
2003-01-28
2
-16
/
+20
*
* mips.h (EF_MIPS_XGOT): Define.
Alexandre Oliva
2003-01-28
2
-0
/
+7
*
2003-01-27 Krzysztof Nikiel <kni@poczta.onet.pl>
Danny Smith
2003-01-27
3
-2
/
+8
*
* configure.in: Revert 24Jan change.
Alexandre Oliva
2003-01-27
3
-45
/
+71
*
* passwd.cc (pwdgrp::parse_passwd): Be more unforgiving about non-numeric
Christopher Faylor
2003-01-27
2
-5
/
+9
*
fix typo
Christopher Faylor
2003-01-27
1
-1
/
+1
[next]