summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/string.h
Commit message (Collapse)AuthorAgeFilesLines
* * string.h (cygwin_strchr): Make 'static inline' so that things will still workChristopher Faylor2001-05-061-1/+1
| | | | when optimized.
* * string.h: Fix last-minute typo.Christopher Faylor2001-05-041-2/+2
|
* Revert much of previous erroneous checkin. Add ChangeLog entry.Christopher Faylor2001-05-041-0/+44
* pinfo.h: Correctly set __SIGOFFSET. * path.cc (hash_path_name): Avoid calling library functions for simple copying of characters. * shortcut.c: Use WIN32_LEAN_AND_MEAN. * smallprint.c: Ditto. * environ.cc (getwinenv): Minor clarity fix. * localtime.c: No need to include windows.h * string.h: New file.