Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins using file generic/tclIOUtil.c version 47fbd1466c
|
2001-12-12
| ||
| 02:34 | Removing all the versioned library folders from the install phase of the Tcl library target. check-in: 321a4c43f0 user: wolfsuit tags: macosx-8-4-branch | |
|
2001-12-02
| ||
| 01:03 | Makefile and other changes to move Tcl_MacOpenBundleResources to Tcl from Tk. check-in: f6101b2d8d user: wolfsuit tags: macosx-8-4-branch | |
|
2001-11-11
| ||
| 17:58 | Fix the stubs generation routines to handle the notion of orthogonal macosx & unix platform specs. check-in: e49fea1857 user: wolfsuit tags: macosx-8-4-branch | |
| 17:57 | Fix the stubs tables for the Tcl_MacOSXFindBundleResources call. check-in: d4c2007177 user: wolfsuit tags: macosx-8-4-branch | |
| 17:55 | Move the bundle finding code to Tcl, and include it in the pbproject. check-in: 8ff7c46fb2 user: wolfsuit tags: macosx-8-4-branch | |
|
2001-10-18
| ||
| 01:01 | * unix/tclUnixPipe.c (PipeInputProc, PipeOutputProc): do immediate retry when error is returned wi... check-in: 90337b1b8f user: hobbs tags: trunk | |
|
2001-10-17
| ||
| 15:48 | * corrected reference check-in: 819d177c25 user: dgp tags: trunk | |
| 06:49 | Change how the stubs table is generated, so we can support Mac OS X Tcl additions to the stubs table... check-in: 83e4bb0b1c user: wolfsuit tags: macosx-8-4-branch | |
|
2001-10-16
| ||
| 21:13 | * unix/tclLoadAout.c (TclGuessPackageName): removed unused vars and fixed warnings. [Bug #446622] ... check-in: 4e03d464ec user: hobbs tags: trunk | |
| 05:31 | Undo of mistaken commit. Sorry! check-in: 092e282e8d user: dgp tags: trunk | |
| 05:10 | * Added test to demonstrate memory corruption problems. [Bug 219393]. check-in: 6134ad6471 user: dgp tags: trunk | |
|
2001-10-15
| ||
| 22:25 | Doh ... strncmp, not strcmp needed in last commit. check-in: 20a3ba02a6 user: msofer tags: trunk | |
| 22:15 | generic/tclProc.c: changing a memcmp to strcmp to avoid a memory error detected by purify (thanks Je... check-in: f098f852b9 user: msofer tags: trunk | |
| 21:53 | fixed dangling ; check-in: 3df4869b72 user: hobbs tags: trunk | |
| 21:36 | configure changes check-in: 3bc65c5243 user: hobbs tags: trunk | |
| 21:16 | * unix/configure: * unix/configure.in: * win/configure: * win/configure.in: * win/tcl.m4: rewor... check-in: 85fa5cb144 user: hobbs tags: trunk | |
| 20:26 | * generic/tclInt.decls (TclExpandCodeArray,TclGetInstructionTable): Added to internal stubs tab... check-in: 57a57c136d user: andreas_kupries tags: trunk | |
| 17:37 | see ChangeLog check-in: 24869d72ca user: hobbs tags: trunk | |
| 17:36 | minor code cleanup check-in: 77c77f8462 user: hobbs tags: trunk | |
| 17:35 | * doc/open.n: moved all fconfigure option docs to fconfigure.n * doc/fconfigure.n: added serial co... check-in: 3241fd8fa7 user: hobbs tags: trunk | |
| 17:34 | * win/tclWinChan.c: * win/tclWinPort.h: * win/tclWinSerial.c: added TIP #35 Windows enhancements ... check-in: bedbee5dad user: hobbs tags: trunk | |
| 17:34 | * generic/tcl.h: moved #define of WIN32 to tcl.h where __WIN32__ is defined and added #ifndef chec... check-in: 43bb0a32d1 user: hobbs tags: trunk | |
| 10:30 | small fs fixes check-in: 67fbce9b36 user: vincentdarley tags: trunk | |
| 09:13 | First Checkin of Mac OS X support for Tcl. check-in: eba6ee55b4 user: wolfsuit tags: macosx-8-4-branch | |
|
2001-10-14
| ||
| 16:21 | * Corrected typos in doc/RegExp.3 check-in: c61628ed17 user: dgp tags: trunk, macosx-8-4-branchpoint | |
|
2001-10-12
| ||
| 21:20 | see ChangeLog check-in: a626ddd5b9 user: hobbs tags: trunk | |
| 21:04 | Small modif to tests/compile.test: better constraint handling for tests committed earlier today. check-in: 27b3dab99f user: msofer tags: trunk | |
| 19:57 | * library/encoding/ebcdic.enc: * tools/encoding/ebcdic.txt: EBCDIC charset mapping. [Patch #21932... check-in: 186e3e6270 user: hobbs tags: trunk | |
| 19:45 | * tests/ioCmd.test: added catch around file removal, as Windows file locking throws errors. check-in: aa2d1d0dc9 user: hobbs tags: trunk | |
| 19:45 | (socket-7.2): corrected to work on Win2K check-in: 16801435e4 user: hobbs tags: trunk | |
| 19:44 | added removeFile for outdata check-in: 3e5931c7d7 user: hobbs tags: trunk | |
| 19:44 | * library/encoding/tis-620.enc: * tools/encoding/tis-620.txt: TIS-620 charset mapping. [Patch #46... check-in: 0ae6c21212 user: hobbs tags: trunk | |
| 16:13 | * tests/compile.test: new tests for [Bug 467523] check-in: b0131f311b user: msofer tags: trunk | |
|
2001-10-11
| ||
| 22:28 | generic/tclLiteral.c: (TclReleaseLiteral) insured that self-referential bytecodes are properly clean... check-in: c51f435568 user: msofer tags: trunk | |
|
2001-10-10
| ||
| 22:37 | no message check-in: c97196d8e0 user: davygrvy tags: trunk | |
| 22:36 | * win/tclWinPort.h: #include <winsock2.h> needed to get moved to after #include <windows.h... check-in: 6becf7ac88 user: davygrvy tags: trunk | |
| 20:06 | * Corrected restore of ::env(LANG). check-in: 40f242fb06 user: dgp tags: trunk | |
| 01:05 | * generic/tclFileName.c (Tcl_SplitPath): corrected mem leak intro'd with VFS code where the result... check-in: ef4a8d5e9e user: hobbs tags: trunk | |
|
2001-10-09
| ||
| 17:18 | generic/tclLiteral.c: (TclReleaseLiteral) reverted previous patch for [Bug 467523] - cure is worse t... check-in: 021152b729 user: msofer tags: trunk | |
|
2001-10-06
| ||
| 01:04 | forgot credit for last commit ... check-in: 25bd6dad25 user: msofer tags: trunk | |
| 00:12 | insured that self-referential bytecodes are properly cleaned up on interpreter deletion [Bug 467523]... check-in: 6a3580fdd4 user: msofer tags: trunk | |
|
2001-10-04
| ||
| 20:23 | Updated encodings with latest mappings from www.unicode.org. This did not include some Mac encodi... check-in: a93c3e5d89 user: hobbs tags: trunk | |
| 20:18 | noted 8.4 as default Tcl version check-in: 9af21375e5 user: hobbs tags: trunk | |
| 15:33 | correcting the Changelog date of my last commit. check-in: 1879178660 user: msofer tags: trunk | |
| 08:31 | Typo-fix check-in: 4a895fca87 user: dkf tags: trunk | |
|
2001-10-03
| ||
| 18:28 | * generic/tclEvent.c (Tcl_FinalizeThread): moved freeing of tclLibraryPath to before the thread ex... check-in: cd43c29163 user: hobbs tags: trunk | |
|
2001-10-01
| ||
| 20:58 | added Win64 SDK RC1 compilation support check-in: 92b7006025 user: hobbs tags: trunk | |
| 20:57 | updated copyright check-in: 0b8a114b42 user: hobbs tags: trunk | |
| 15:31 | removed unnecessary inclusions of tclCompile.h [Patch 466823] check-in: 72e265f70c user: msofer tags: trunk | |
|
2001-09-29
| ||
| 11:09 | fs doc improvement check-in: 83c6a5b902 user: vincentdarley tags: trunk | |