summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* Version 5 of [Patch 976496]Joe Mistachkin2004-06-243-3/+16
* Corrected typo in latest patch that broke build on OS X.dgp2004-06-231-2/+2
* Regendkf2004-06-231-0/+118
* Version of [Patch 746578] that works with Linux and is likely to work elsewheredkf2004-06-234-56/+361
* Integrated fix for Tcl Bug #770053 from core-8-4-branchvasiljevic2004-06-222-4/+4
* * generic/tclEncoding.c: Static TclFindEncodings -> FindEncodings.dgp2004-06-182-5/+10
* * unix/tcl.m4: autoconf 2.5 fixes in Darwin section.das2004-06-182-6/+20
* Added various Chinese locale->encoding mappingsdkf2004-06-181-1/+6
* * unix/tclConfig.sh.in (TCL_EXTRA_CFLAGS): set to @CFLAGS@, whichhobbs2004-06-151-2/+2
* * doc/Encoding.3: Removed bogus claims about tcl_libPath.dgp2004-06-111-3/+1
* * unix/tclUnixInit.c: The routines Tcl_Init() and TclSourceRCFile()dgp2004-06-112-110/+3
* * unix/configure.in: Updated TCL_PACKAGE_PATH value todgp2004-06-112-3/+3
* * unix/tclUnixInit.c (TclpInitLibraryPath): Disabled addition ofdgp2004-06-101-2/+2
* Silence compiler warnings.dgp2004-06-083-9/+7
* Regendkf2004-05-301-0/+34
* Made compiling with -Wstrict-prototypes -Wmissing-prototypes much cleaner.dkf2004-05-274-7/+14
* * unix/Makefile.in: Rework configure ordering to TCL_LINK_LIBS,hobbs2004-05-265-3196/+3127
* 2004-05-14 Kevin B. Kenny <kennykb@acm.org> Kevin B Kenny2004-05-143-141/+167
* * Applied [SF Tcl Patch 868853], fixing a mem leak inandreas_kupries2004-05-041-1/+10
* * unix/tclUnixFCmd.c (TclpObjNormalizePath): Corrected improperdgp2004-04-261-3/+12
* * generic/tclPort.h:das2004-04-241-2/+2
* * generic/tclInt.h:davygrvy2004-04-231-0/+30
* * win/tclWinInit.c (TclpSetInitialEncodings): note that WIN32_CEhobbs2004-04-071-3/+6
* Patch 922727 committed. Implements three changes:dgp2004-04-0614-33/+14
* * README: Bumped version number to 8.5a2 todgp2004-03-263-5/+5
* Include tclInt.h instead of tclPort.h to fix building on Solaris.rmax2004-03-191-2/+2
* autoconf-2.57dgp2004-03-191-1/+1
* * unix/tcl.m4: Removed -Wno-strict-aliasing.rmax2004-03-181-1/+1
* * generic/tclIntDecls.h: Removed TclpTime_t. It wasn't really needed,rmax2004-03-181-6/+4
* * generic/tclNamesp.c: Added temporary pointer variables to workrmax2004-03-181-4/+9
* Removed support for Mac OS Classic platform [Patch 918142]das2004-03-174-50/+6
* * unix/configure, unix/tcl.m4: add -Wno-strict-aliasing for GCC tohobbs2004-03-162-2/+2
* Fixed incorrect reporting of OS version for DJGPP.vbwagner2004-03-091-1/+14
* Removed undefining of extra error codes for DJGPP. It is not needed whenvbwagner2004-03-091-7/+1
* hidden unix-specific implementations of file volumes and file attributesvbwagner2004-03-052-4/+18
* Fix minor syntax problems. [Bug 909288]dkf2004-03-041-6/+6
* update patchlevel to 8.5a1hobbs2004-03-023-6/+12
* update HP-11 build libs setuphobbs2004-03-021-1/+7
* * unix/tcl.m4 (SC_CONFIG_CFLAGS): Allow 64-bit enabling ondgp2004-03-012-2/+2
* Fix memleak with long hostnames. [Bug 888777]dkf2004-02-251-1/+3
* Regendkf2004-02-241-4/+4
* TIP#100 implementation largely based on work by Georgios Petasis.dkf2004-02-244-7/+348
* Whitespace policedgp2004-02-181-28/+29
* * tests/unixInit.test (unixInit-7.1):hobbs2004-02-171-1/+15
* filesystem fixes for '-force' consistency and picky compilersvincentdarley2004-01-292-2/+11
* filesystem optimisation -- Three main issues accomplished: (1) cleaned up var...vincentdarley2004-01-211-21/+53
* Minor fixes and update of UNIX documentation installerdkf2004-01-171-0/+4
* All uses of 'panic' (the macro) changeddavygrvy2003-12-244-17/+18
* fix to file normalization with relative linksvincentdarley2003-12-171-11/+47
* allow creation of relative linksvincentdarley2003-12-121-3/+24