/Lib/xml/

a href='/oss-git/'>cgit logo index : tcl.git
Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPort.h
Commit message (Expand)AuthorAgeFilesLines
* * unix/tclUnixPort.h: corrected strtoll prototype mismatch on Tru64.dgp2002-02-251-2/+2
* Const-ifying declarations of strtoll/strtoull and new compat code.dkf2002-02-221-5/+5
* * unix/tclUnixPort.h: add strtoll/strtoull declarations forhobbs2002-02-161-1/+8
* TIP#72 implementation. See ChangeLog for details.dkf2002-02-151-2/+33
* * djgpp/ (new directory)davygrvy2002-02-121-1/+5
* * unix/tclUnixPort.h:hobbs2002-02-081-1/+9
* filesystemvincentdarley2001-08-301-10/+1
* * generic/tclInt.decls:dgp2001-06-171-1/+7
* Thread-safe rewrite for the Tcl_Async* commands.davidg2000-07-261-2/+1
* * generic/tclAlloc.c: wrapped caddr_t define to not be done on Unixhobbs2000-04-211-1/+12
* * README:hobbs2000-04-191-2/+2
* * unix/tclUnixPort.h: moved include of <utime.h> lower since somehobbs2000-01-241-2/+2
* * unix/tclUnixPort.h: added utime.h to includeshobbs1999-10-291-1/+2
* merged tcl 8.1 branch back into the main trunkstanton1999-04-16