summaryrefslogtreecommitdiffstats
path: root/bin/chkconfigure
Commit message (Expand)AuthorAgeFilesLines
* [svn-r19839] Updated to libtool v 2.4, autoconf 2.68 and m4-1.4.15.Larry Knox2010-11-231-3/+3
* [svn-r19439] Description:Mike McGreevy2010-09-201-3/+3
* [svn-r18647] I updated the default version of autoconf to 2.65 as this is the...Raymond Lu2010-04-271-1/+1
* [svn-r17447] Purpose:Mike McGreevy2009-09-031-1/+1
* [svn-r13847] Updated it to use version 2.61 since reconfigure has changed to it.Albert Cheng2007-06-111-1/+1
* [svn-r10083] Purpose:Albert Cheng2005-02-251-3/+3
* [svn-r9670] Corrected a typo.Albert Cheng2004-12-151-1/+1
* [svn-r9640] Purpose:Albert Cheng2004-12-071-1/+1
* [svn-r9635] Purpose:Albert Cheng2004-12-071-0/+84
865 Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Supply missing #ifdefdgp2006-11-241-1/+3
* | | Added Mod implementationdkf2006-11-231-2/+209
* | | Added implementations of the interpreted comparison operatorsdkf2006-11-231-15/+561
* | | Added some interpreted operator implementationsdkf2006-11-231-7/+61
* | | Silence complaints caused by [namespace import] returning current importsdkf2006-11-232-10/+6
* | | *Partial* implementation of TIP#174. Still needs non-compiled versions of mostdkf2006-11-234-4/+1135
* | | Date fixdkf2006-11-231-1/+1
* | | removed tools/genWinImage.tcl and win/README.binarydas2006-11-231-4/+0
* | | whitespacedas2006-11-231-5/+5
* | | [string is list] tests: fixed mixed up test name, added test of unicode handlingdkf2006-11-221-2/+6
* | | TIP#269 implementationdkf2006-11-224-14/+128
* | | * generic/tcl.h: Remove mention of win/README.binary in comment.dgp2006-11-222-2/+2
* | | * tools/genWinImage.tcl (removed): Removed two files used indgp2006-11-223-300/+4
* | | * generic/tcl.h: Moved TCL_REG_BOSONLY #define from tcl.h todgp2006-11-223-12/+21
* | | Make the guts of [chan] more robust.dkf2006-11-203-30/+64
* | | Added a missing bold highlightdkf2006-11-201-2/+2
* | | * generic/tclExecute.c (INST_EXPON): Corrected crash ondgp2006-11-172-1/+11
* | | Added more examplesdkf2006-11-163-28/+91
* | | TIP#270 IMPLEMENTATIONdgp2006-11-1526-118/+233
* | | * tools/genStubs.tcl: Updated script to no longer produce thedgp2006-11-158-2600/+2411
* | | Convert \fP to \fR for easier manual page scrapingdkf2006-11-1517-217/+225
* | | TIP#261 IMPLEMENTATIONdgp2006-11-142-2/+30
* | | Silence a compiler warining about presenting a volatile pointer to 'memset'Kevin B Kenny2006-11-132-3/+10
* | | * generic/tclIO.c: When [gets] on a binary channel needs to usedgp2006-11-132-12/+49
* | | * generic/tclCompExpr.c: fix gcc warnings about 'cast to/fromdas2006-11-1321-89/+460
* | | Regendkf2006-11-122-2/+30
* | | Transfer TclPtrMakeUpvar and TclObjLookupVar to the internal stubs table.dkf2006-11-123-11/+18
* | | suppress linker arch warnings when building universaldas2006-11-101-1/+4
* | | * tests/fCmd.test (fCmd-6.26): fix failure when env(HOME) path containsdas2006-11-106-8/+28
* | | * generic/tclParseExpr.c (removed): Moved all the code ofdgp2006-11-098-1091/+1065
* | | Optimize for the unshared case.dkf2006-11-094-26/+75
* | | Implemented [string reverse].dkf2006-11-095-15/+56
* | | Implemented [lreverse] from TIP#272dkf2006-11-096-4/+109
* | | Fix spot where bug number formating was inconsistentdkf2006-11-081-1/+1
* | | Minor simplification of memcpy usagedkf2006-11-084-73/+110
* | | Rewrite for style and clarity (esp. tclPkg.c)dkf2006-11-083-636/+803
* | | * unix/tclUnixFCmd.c (CopyFile): [SF Tcl Bug 1586470]. Added codeandreas_kupries2006-11-072-1/+17
* | | Minor updates (whitespace police, etc.)dkf2006-11-07