diff options
author | DJ Delorie <dj@redhat.com> | 2000-10-19 03:12:44 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2000-10-19 03:12:44 +0000 |
commit | 2556e737ec044e39cd8afc6f00cd0f156b9d6ede (patch) | |
tree | faedfc2543659c41638054dca1260321647c5762 /winsup/cygwin/ChangeLog | |
parent | cc55c579a361e3dd8bd4766530e1e6de1eb71664 (diff) | |
download | cygnal-2556e737ec044e39cd8afc6f00cd0f156b9d6ede.tar.gz cygnal-2556e737ec044e39cd8afc6f00cd0f156b9d6ede.tar.bz2 cygnal-2556e737ec044e39cd8afc6f00cd0f156b9d6ede.zip |
* Makefile.in: add miscfuncs.cc
* miscfuncs.cc: new, miscellaneous functions
* winsup.h: define table-driven tolower/toupper
* environ.cc: use them
* fhandler_console.cc: ditto
* fhandler_termios: ditto
* path.cc: ditto
(strncasematch, strcasematch, strcasestr): move to miscfuncs.cc
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 3b859ce8c..d0b40a1c7 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,14 @@ +2000-10-18 DJ Delorie <dj@redhat.com> + + * Makefile.in: add miscfuncs.cc + * miscfuncs.cc: new, miscellaneous functions + * winsup.h: define table-driven tolower/toupper + * environ.cc: use them + * fhandler_console.cc: ditto + * fhandler_termios: ditto + * path.cc: ditto + (strncasematch, strcasematch, strcasestr): move to miscfuncs.cc + Wed Oct 18 20:50:27 2000 Christopher Faylor <cgf@cygnus.com> * sigproc.h (sigthread): Eliminate locking for now since per thread |