| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some more unused entries to the stub table, keeping up with the table siz... | jan.nijtmans | 2021-03-04 | 1 | -1/+9 |
|
|
* | Clean-up some unnecessary spacing. | jan.nijtmans | 2020-04-17 | 1 | -1/+1 |
|
|
* | Add (internal) stub entries for TclRegisterLiteral and TclStaticPackage. Not ... | jan.nijtmans | 2020-04-16 | 1 | -3/+5 |
|
|
* | Unicode 13 has a new range of characters from 0x30000 to 0x3134A, so generate... | jan.nijtmans | 2020-03-17 | 1 | -1/+2 |
|
|
* | Last unused internal stub entry from 258 to 259. | jan.nijtmans | 2020-01-23 | 1 | -1/+2 |
|
|
* | Add additional (dummy) stub entries in the libtommath stubtable | jan.nijtmans | 2019-10-24 | 1 | -0/+17 |
|
|
* | Add more dummy stub-entries, filled with NULL. Stub table size corresponds wi... | jan.nijtmans | 2019-10-15 | 1 | -1/+28 |
|
|
* | Fix compiler warnings in win32/cygwin build. | jan.nijtmans | 2014-04-16 | 1 | -5/+13 |
|
|
* | Add support for Cygwin64, which has a 64-bit "long" type. | jan.nijtmans | 2013-05-06 | 1 | -0/+85 |
|\ |
|
| * | Add support for Cygwin64, which has a 64-bit "long" type. | jan.nijtmans | 2013-05-06 | 1 | -0/+85 |
|
|
* | | Undo [6a9ee3273c]. Last commit in Tk's core-8-5-branch makes this change no l... | jan.nijtmans | 2013-03-28 | 1 | -8/+1 |
|
|
* | | Add dummy (undocumented) TclCanceled function in stub table (not exported as ... | jan.nijtmans | 2013-03-27 | 1 | -1/+8 |
|
|
* | | Extend the public stub table with dummy NULL entries, up to the size of the T... | jan.nijtmans | 2013-01-07 | 1 | -0/+52 |
|\ \
| |/ |
|
| * | Extend the public and private stub tables with dummy NULL entries, up to the ... | jan.nijtmans | 2013-01-07 | 1 | -0/+108 |
|
|
| * | More complete purge of things only present for supporting long-dead Mac 9 sys... | dgp | 2012-11-15 | 1 | -11/+1 |
|
|
| * | add missing macosx sections | jan.nijtmans | 2012-11-15 | 1 | -0/+32 |
|
|
| * | Remove all the long dead mac entries in tcl*.decls files | jan.nijtmans | 2012-11-15 | 1 | -53/+13 |
|
|
* | | make sure that extensions which might still use TclWinNToHS, now use ntohs di... | jan.nijtmans | 2012-08-24 | 1 | -0/+1 |
|
|
* | | small wrapper for TclWinNToHs, for change in calling convention | jan.nijtmans | 2012-08-23 | 1 | -1/+6 |
|
|
* | | Remove wrapper macro for ntohs(): unnecessary, because it doesn't require an ... | jan.nijtmans | 2012-08-20 | 1 | -6/+1 |
|
|
* | | add TclUnixCopyFile to stub table for Cygwin | jan.nijtmans | 2012-07-01 | 1 | -1/+2 |
|
|
* | | fix genStubs.tcl | jan.nijtmans | 2012-05-25 | 1 | -4/+4 |
|\ \
| |/ |
|
* | | Take cygwin handling of X11 into account | jan.nijtmans | 2012-05-24 | 1 | -8/+16 |
|\ \
| |/ |
|
| * | Take cygwin handling of X11 into account | jan.nijtmans | 2012-05-24 | 1 | -1/+9 |
|
|
* | | fix merge problem on Linux | jan.nijtmans | 2012-05-23 | 1 | -126/+71 |
|\ \ |
|
| * | | MAC_OSX_TK -> MAC_OSX_TCL | jan.nijtmans | 2012-05-22 | 1 | -4/+4 |
|
|
| * | | Revert most of [fcc5957e59], since when we let cygwin share the win32 stub ta... | jan.nijtmans | 2012-05-22 | 1 | -126/+71 |
| |\ \
|/ / /
| | _ |
|
| * | Revert most of [ae92de6078], since when we let cygwin share the win32 stub ta... | jan.nijtmans | 2012-05-22 | 1 | -109/+63 |
|
|
* | | Revert part of [5caa06383d] move Tcl_MacOSXOpenBundleResources and Tcl_MacOSX... | jan.nijtmans | 2012-05-15 | 1 | -9/+1 |
|\ \
| |/ |
|
| * | revert part of [9922ac54e8]: remove Tcl_MacOSXOpenBundleResources and Tcl_Mac... | jan.nijtmans | 2012-05-14 | 1 | -9/+5 |
|
|
* | | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 1 | -14/+0 |
|\ \
| |/ |
|
| * | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 1 | -63/+18 |
|
|
* | | get rid of _ANSI_ARGS_ | jan.nijtmans | 2012-04-26 | 1 | -17/+17 |
|\ \
| |/ |
|
| * | compiler warning | jan.nijtmans | 2012-04-26 | 1 | -1/+1 |
|
|
* | | compiler warning | jan.nijtmans | 2012-04-26 | 1 | -1/+1 |
|
|
* | | fix Linux build ;-( | jan.nijtmans | 2012-04-26 | 1 | -0/+3 |
|
|
* | | fix crash on Mac OSX | jan.nijtmans | 2012-04-26 | 1 | -3/+0 |
|
|
* | | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 1 | -8/+50 |
|\ \
| |/ |
|
| * | oops, wrong signature | jan.nijtmans | 2012-04-24 | 1 | -1/+1 |
|
|
| * | implement TclWinGetSockOpt and TclWinGetServByName for cygwi | jan.nijtmans | 2012-04-24 | 1 | -6/+25 |
|
|
| * | merge trunk | jan.nijtmans | 2012-04-24 | 1 | -1/+1 |
| |\ |
|
| * \ | merge core-8-4-branch | jan.nijtmans | 2012-04-11 | 1 | -1/+1 |
| |\ \ |
|
| * | | | tclpGetPid signature change (stub entry only, not for macro), | jan.nijtmans | 2012-04-06 | 1 | -2/+2 |
|
|
| * | | | merge core-8-4-branch | jan.nijtmans | 2012-04-04 | 1 | -0/+1 |
| |\ \ \ |
|
| * | | | | implement TclpGetPid for Cygwin | jan.nijtmans | 2012-04-04 | 1 | -1/+17 |
|
|
* | | | | | make some more internal tables const | jan.nijtmans | 2012-04-18 | 1 | -9/+9 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | make some more internal tables CONST | jan.nijtmans | 2012-04-18 | 1 | -1/+1 |
| | |_|/
| |/| | |
|
* | | | | some formatting (*.decls) | jan.nijtmans | 2012-04-04 | 1 | -2/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | tclStubInit.c: move up #undef, so it is clear that this | jan.nijtmans | 2012-04-04 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Quick workaround for busted branch tip. | dgp | 2012-04-04 | 1 | -0/+1 |
|\ \ \
| |/ / |
|