summaryrefslogtreecommitdiffstats
path: root/src/xmlpatterns/expr/qwithparam_p.h
Commit message (Expand)AuthorAgeFilesLines
* Long live Qt!Lars Knoll2009-03-231-0/+123
n value='bug_2a94652ee1'>bug_2a94652ee1 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 (Collapse)AuthorAgeFilesLines
...
* | remove warningvincentdarley2003-11-031-2/+2
| |
* | free path when no longer neededvincentdarley2003-11-031-1/+2
| |
* | Typo fixdkf2003-11-021-2/+2
| |
* | regendkf2003-11-012-2/+26
| |
* | When copying and pasting code, check that argument types are sensible! <:^)dkf2003-11-012-8/+8
| |
* | Oopsdkf2003-11-011-2/+2
| |
* | Increased robustness and speed for [lrepeat] with help of new list constructordkf2003-11-016-68/+225
| |
* | Whitespace policedkf2003-10-302-135/+128
| |
* | Whitespace policedkf2003-10-301-163/+132
| |
* | doh, forgot Changelog entryMiguel Sofer2003-10-281-0/+5
| |
* | * generic/tclExecute.c (NEXT_INST macros): replaced macro variableMiguel Sofer2003-10-281-10/+10
| | | | | | | | "result" by "resultHandling" to avoid confusion.
* | * unix/tclUnixChan.c (Tcl_MakeFileChannel): Applied [Patch 813606]andreas_kupries2003-10-232-5/+13
| | | | | | | | | | | | fixing [Bug 813087]. Detection of sockets was off for Mac OS X which implements pipes as local sockets. The new code ensures that only IP sockets are detected as such.
* | * win/tclWinSock.c (TcpWatchProc): Watch for FD_CLOSE too whenandreas_kupries2003-10-232-3/+12
| | | | | | | | | | | | | | | | asked for writable events by the generic layer. (SocketEventProc): Generate a writable event too when a close is detected. Together the changes fix [Bug 599468].
* | filesystem documentationvincentdarley2003-10-232-22/+44
| |
* | mac resource freeing fixvincentdarley2003-10-233-3/+20
| |
* | Changed FILE_ to FCMD_ to prevent symbol/#def collisions. [Bug 822528]dkf2003-10-222-77/+71
| |
* | * tools/tcltk-man2html.tcl: fixed incorrect html generated fordas2003-10-212-7/+20
| | | | | | | | | | | | | | .IP/.TP lists, now use <DL><DT>...<DD>...<P><DT>...<DD>...</DL> instead of illegal <DL><P><DT>...<DD>...<P><DT>...<DD>...</DL>. Added skipping of directives directly after .TP to avoid them being used as item descriptions, e.g. .TP\n.VS in clock.n.
* | * win/tclWinPipe.c (BuildCommandLine): Applied the patch comingandreas_kupries2003-10-212-3/+12
| | | | | | | | | | with [Bug 805605] to the code, fixing the incorrect use of ispace noted by Ronald Dauster <ronaldd@users.sourceforge.net>.
* | Removed variables that are no longer used.dgp2003-10-212-6/+2
| |
* | corrected new msgcat tests to work on case-sensitive filesystemsdgp2003-10-211-13/+32
| | | | | | | | | | (where ROOT.msg and root.msg are different files) and to better use tcltest's makeFile and removeFile commands.
* | update msgcat version to 1.4dgp2003-10-211-1/+1
| |
* | TIP #156: Language-Neutral Root Locale for MsgcatKevin B Kenny2003-10-21