summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* Working towards making the error codes more consistent.dkf2012-07-304-12/+11
|
* Purged Tcl_AppendElement from all non-test code.dkf2012-07-291-19/+29
|
* merge trunkdkf2012-07-283-16/+15
|\
| * autoconf-2.59jan.nijtmans2012-07-191-6/+6
| |\
| | * autoconf-2.59jan.nijtmans2012-07-191-3/+3
| | |\
| * | \ better formatting of "configure --help"jan.nijtmans2012-07-181-6/+6
| |\ \ \ | | |/ /
| | * | better formatting of "configure --help"jan.nijtmans2012-07-181-4/+4
| | | |
| * | | [Bug 3544932]: Visual studio compiler check failsjan.nijtmans2012-07-171-4/+3
| |\ \ \ | | |/ /
| | * | [Bug 3544932]: Visual studio compiler check failsjan.nijtmans2012-07-171-4/+3
| | |\ \ | | | |/
| | | * [Bug 3544932]: Visual studio compiler check failsjan.nijtmans2012-07-171-4/+3
| | | |
* | | | done [wm] on Windkf2012-07-251-139/+234
| | | |
* | | | a few more placesdkf2012-07-246-46/+64
| | | |
* | | | Much more cleaning up of result handling.dkf2012-07-232-76/+104
| | | |
* | | | Working towards adding all the Tcl_SetErrorCode calls that should be there.dkf2012-07-165-121/+116
|/ / / | | | | | | ** WORK IN PROGRESS **
* | | don't forget to escape quotesjan.nijtmans2012-07-081-1/+1
|\ \ \ | |/ /
| * | don't forget to excape quotesjan.nijtmans2012-07-081-1/+1
| | |
* | | use "in" operator in steadjan.nijtmans2012-07-081-1/+1
|\ \ \ | |/ /
| * | use "in" operator in steadjan.nijtmans2012-07-081-1/+1
| | |
* | | [Bug 3532186]: pkgIndex.tcl file complexity that's unwarranted: Test for ↵jan.nijtmans2012-07-081-2/+2
|\ \ \ | |/ / | | | | | | ::argv variable before trying to use it
| * | [Bug 3532186]: pkgIndex.tcl file complexity that's unwarranted: Test for ↵jan.nijtmans2012-07-081-2/+2
| |\ \ | | |/ | | | | | | ::argv variable before trying to use it
| | * [Bug 3532186]: pkgIndex.tcl file complexity that's unwarranted: Test for ↵jan.nijtmans2012-07-081-2/+2
| | | | | | | | | | | | ::argv variable before trying to use it
* | | [Bug 3540127]: Better solution, using Tcl_GetIndexFromObj in stead of ↵jan.nijtmans2012-07-051-34/+19
| | | | | | | | | | | | Tcl_GetIndexFromObjStruct
* | | typojan.nijtmans2012-07-041-3/+3
|\ \ \ | |/ /
| * | typojan.nijtmans2012-07-041-3/+3
| |\ \ | | |/
| | * typojan.nijtmans2012-07-041-1/+1
| | |
* | | Improved solution to [Bug 3540127] that disconnects options from their order,dkf2012-07-041-35/+46
|\ \ \ | |/ / | | | so reducing the likelihood of nausea when contemplating the dialog code.
| * | [Bug 3540127]: Clean up the tables of options for the file dialogs so thatdkf2012-07-041-35/+46
| |\ \ | | |/ | | | options are listed in error messages in alphabetical order.
| | * [Bug 3540127]: Clean up the tables of options for the file dialogs so thatdkf2012-07-041-32/+31
| | | | | | | | | there's no longer any need to have mysterious increments.
* | | [Bug 3540127]: filebox.test fails on win32jan.nijtmans2012-07-041-10/+11
|\ \ \ | |/ /
| * | Add various X11 stub functions, Cygwin onlyjan.nijtmans2012-07-042-23/+11
| |\ \ | | |/ | | | | | | remove TkBindDeadWindow from Cygwin stub table [Bug 3540127]: filebox.test fails on win32
| | * Add various X11 stub functions, Cygwin onlyjan.nijtmans2012-07-042-15/+0
| | | | | | | | | remove TkBindDeadWindow from Cygwin stub table
* | | ttk::*: Ensure that all tables passed to Tcl_GetIndexFromObj{Struct} jenglish2012-07-021-1/+1
|\ \ \ | |/ / | | | are statically allocated. Caught by Michael Kirkham.
| * | ttk::*: Ensure that all tables passed to Tcl_GetIndexFromObj{Struct}jenglish2012-07-021-1/+1
| | | | | | | | | are statically allocated. Caught by Michael Kirkham.
* | | [Bug 1844430]: cygwin make fails in 8.4.14-8.5b3jan.nijtmans2012-06-231-2/+2
|\ \ \ | |/ /
| * | [Bug 1844430]: cygwin make fails in 8.4.14-8.5b3jan.nijtmans2012-06-231-2/+2
| |\ \ | | |/
| | * sync tcl.m4 with Tcl versionjan.nijtmans2012-06-232-47/+41
| | | | | | | | | autoconf-2.13
| | * [Bug 1844430]: cygwin make fails in 8.4.14-8.5b3jan.nijtmans2012-06-221-2/+2
| | |
* | | fix signature of XSynchronize to match X.orgjan.nijtmans2012-06-152-3/+3
| | |
* | | Change XChangeWindowAttributes signature and many others to match Xorg, ↵jan.nijtmans2012-06-089-68/+120
|\ \ \ | |/ / | | | | | | needed for Cygwin
| * | some quoting issues, eliminate TCL_VARARGS_DEFINEjan.nijtmans2012-06-072-6/+6
| |\ \ | | |/
| | * some more quoting issuesjan.nijtmans2012-06-071-5/+5
| | |
| * | eliminate some warnings, caused by previous mergejan.nijtmans2012-06-071-0/+1
| | |
| * | Change XChangeWindowAttributes signature and many others to match Xorg, ↵jan.nijtmans2012-06-074-45/+80
| |\ \ | | |/ | | | | | | needed for Cygwin
| | * merge core-8-4-branchbug_3508771jan.nijtmans2012-06-059-171/+182
| | |\
| | * \ merge core-8-4-branchjan.nijtmans2012-05-296-150/+200
| | |\ \
| | * \ \ merge core-8-4-branchjan.nijtmans2012-05-021-13/+4
| | |\ \ \
| | * | | | change signature of all X11 functions to match those of CYGWINjan.nijtmans2012-05-029-63/+108
| | | | | |
| * | | | | [Bug 3532186] pkgIndex.tcl file complexityjan.nijtmans2012-06-061-1/+1
| | | | | |
| * | | | | Generate same pkgIndex.tcl file for win32 and cygwin, one that is equally ↵jan.nijtmans2012-06-051-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | useable for both
| * | | | | Change XSetDashes signature and many others to match Xorg, needed for Cygwinjan.nijtmans2012-06-058-23/+39
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |