Tcl Source Code

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

200 most recent check-ins using file ChangeLog.2003 version 97d250fcd8

2018-10-22
13:11
Expand the build matrix Closed-Leaf check-in: e8f9027ec2 user: dkf tags: travis-8.5
2018-10-21
10:16
Disable windows builds. Make test failures fatal. check-in: 3bfdd781da user: dkf tags: travis-8.5
2018-10-20
18:02
Remove old README check-in: c7d905abde user: dkf tags: travis-8.5
16:47
Add local links check-in: ce6a2e7c54 user: dkf tags: travis-8.5
16:44
formatting tweak check-in: 714d2aca19 user: dkf tags: travis-8.5
12:54
formatting tweak check-in: e10efad87d user: dkf tags: travis-8.5
12:01
formatting fix check-in: 447e1de8d8 user: dkf tags: travis-8.5
11:57
Travis CI build check-in: 0f4e7c557c user: dkf tags: travis-8.5
2017-11-16
22:32
remove test code check-in: 98ee6f28a0 user: aspect tags: bug-1224888
12:48
readlink() does not null-terminate its result check-in: 4c78e13050 user: aspect tags: bug-1224888
2017-10-30
01:06
merge 8.6.5 check-in: 76eb1ed02f user: dgp tags: tip-278
2017-02-16
18:32
Contibuted patch from Brian Griffin implementing a variation on TIP 282. Closed-Leaf check-in: 7a3f8cded6 user: dgp tags: bg-tip-282
2016-12-24
23:00
Add test var-13.2 to check that unsetting an array element terminates an array search. This behavio... check-in: e1e9542624 user: andy tags: array-search-unset
2016-12-20
10:56
Decouple the switch handling. check-in: 3d5331ac40 user: limeboy tags: tip-456
10:22
Correct the handling of -server and its options. check-in: be51fb3542 user: limeboy tags: tip-456
2016-12-14
16:03
Update the documentation check-in: a2d596da81 user: limeboy tags: tip-456
15:59
Adjust OpenTcpServer for the latest changes to OpenTcpServerEx check-in: 523c93a0ec user: limeboy tags: tip-456
15:52
Fix for the argument parsing phase in the [socket] command. check-in: 1cdb56855b user: limeboy tags: tip-456
15:49
Make OpenTcpServerEx accept a 'service' string parameter instead of a port. check-in: c62457ec51 user: limeboy tags: tip-456
2016-12-12
04:42
Commit changes received from Brad Lanam via email check-in: 9897959ab4 user: andy tags: lanam-array-for-impl
2016-12-02
20:50
Experiment with wrapping [::tcltest::test] check-in: 297167a9bf user: andy tags: amg-array-enum-c-api
2016-12-01
22:32
Minor test tweaks, add test for nonexistent arrays check-in: 11cd8e8297 user: andy tags: amg-array-enum-c-api
18:43
Annoyed with tabs, switching to spaces check-in: 063d8fbb9e user: andy tags: amg-array-enum-c-api
18:43
Continue implementation of test suite check-in: 6693bdf8ae user: andy tags: amg-array-enum-c-api
17:28
Clarify detection of regular expression errors. While this may seem bogus and inconsistent, it is a... check-in: 731267ce37 user: andy tags: amg-array-enum-c-api
17:08
Implement [array names] in terms of Tcl_ArrayNames(), also make Tcl_ArrayNames() treat non-array lik... check-in: acbd0d9144 user: andy tags: amg-array-enum-c-api
12:01
merge trunk check-in: 4162fbf706 user: limeboy tags: tip-456
11:20
More internal use of size_t. Eliminate unused "isBin" argument from TclpSysAlloc() check-in: 9d4cd6b1aa user: jan.nijtmans tags: novem
01:49
Correct tab stops check-in: 2585e9af06 user: andy tags: amg-array-enum-c-api
2016-11-30
19:47
Begin implementation of array test suite check-in: c9318c0692 user: andy tags: amg-array-enum-c-api
19:35
Document filter options to [array exists] check-in: 1c69239d68 user: andy tags: amg-array-enum-c-api
17:57
Be more consistent in usage of italic text check-in: bda7be7c84 user: andy tags: amg-array-enum-c-api
17:53
Minor documentation correction pointing out that Tcl_ArraySet allows the variable to not exist in wh... check-in: efddc059c0 user: andy tags: amg-array-enum-c-api
14:27
Merge trunk check-in: 39918e8e32 user: jan.nijtmans tags: novem
03:16
merge trunk check-in: c2b9c28871 user: dgp tags: tip-445
03:08
Route all [string repeat] operations through a common implementation. Code that to preserve bytearra... check-in: e6e6fee0e1 user: dgp tags: trunk
2016-11-29
19:45
Restore tests set-old-8.46 and set-old-10.2. Note: this is commit number 20000 check-in: e5c481c605 user: andy tags: amg-array-enum-c-api
19:39
Merge trunk check-in: 227eb2b89f user: andy tags: amg-array-enum-c-api
19:29
Add filtering capability to [array exists] and Tcl_ArrayExists() so that individual elements can be ... check-in: 5c0f2a9fbb user: andy tags: amg-array-enum-c-api
18:50
Add comments to tcl.h more clearly indicating which flag values are reserved to better avoid future ... check-in: c8816ca461 user: andy tags: amg-array-enum-c-api
18:46
Where feasible, convert concatenation panics into errors. check-in: 3e5cafe2a5 user: dgp tags: trunk
18:46
Update [array] man page for new/expanded filter options check-in: 162212092a user: andy tags: amg-array-enum-c-api
13:50
merge trunk check-in: 93793ba3f8 user: dgp tags: tip-445
13:50
merge novem check-in: 3cbb30adcd user: dgp tags: dgp-refactor
13:08
merge trunk check-in: 88f99346ec user: jan.nijtmans tags: novem
13:03
Minor simplifications. Eliminate FUNCPRT from regexp engine. Fix compile-error (non-debug) in tclDic... check-in: 63240d8b9e user: jan.nijtmans tags: trunk
12:26
merge trunk check-in: 0a73f68e8e user: jan.nijtmans tags: novem
11:10
more internal use of size_t (in stead of int) check-in: ad1e711238 user: jan.nijtmans tags: trunk
09:45
Implement the "package forget" part, which was still missing. Handle the case that a filename contai... check-in: dfa45ae567 user: jan.nijtmans tags: package_files
2016-11-28
17:53
Man page tweak check-in: aae84de8cb user: andy tags: amg-array-enum-c-api
16:47
Double backslashes in man page check-in: 3556913225 user: andy tags: amg-array-enum-c-api
16:24
merge novem check-in: 676824c7c1 user: dgp tags: dgp-refactor
16:08
merge trunk check-in: 9174c893f4 user: dgp tags: tip-445
15:29
slightly simpler check-in: 8ed8daf325 user: jan.nijtmans tags: package_files
13:17
Complete implementation, tests and documentation check-in: 6a2f13e8d2 user: jan.nijtmans tags: package_files
06:06
Add manual page for new array functions check-in: a72fcb2eb3 user: andy tags: amg-array-enum-c-api
04:47
Fix set-old-8.35 check-in: 5e92c9339a user: andy tags: amg-array-enum-c-api
04:31
Fix set-old-8.56 check-in: f681932ae0 user: andy tags: amg-array-enum-c-api
04:21
Add Tcl_ArrayStatistics() check-in: 2368a2dced user: andy tags: amg-array-enum-c-api
02:35
Change Tcl_ArraySet() to always report errors without having to specify TCL_LEAVE_ERR_MSG check-in: 7cb4aff8e5 user: andy tags: amg-array-enum-c-api
01:20
Remove most instances of TCL_LEAVE_ERR_MSG in favor of making Tcl_Array*() functions treat nonexiste... check-in: 325336d17e user: andy tags: amg-array-enum-c-api
2016-11-27
20:37
Change TCL_MATCH_GLOB to avoid collision with the deprecated TCL_PARSE_PART1 flag check-in: 720f8dc660 user: andy tags: amg-array-enum-c-api
2016-11-26
20:03
Renumber and rearrange new Tcl_Array*() functions to have a somewhat more logical ordering check-in: 7a757d9b95 user: andy tags: amg-array-enum-c-api
17:47
Add "package files" testcase, which doesn give the right answer. So still work to do check-in: 0202120e4a user: jan.nijtmans tags: package_files
07:39
Revert unintended change to Tcl_ZlibStreamInit() argument name check-in: 94a9a0cfad user: andy tags: amg-array-enum-c-api
07:30
Implement Tcl_ArrayGet(), add -exact|-glob|-regexp options to [array get] check-in: 00404912d0 user: andy tags: amg-array-enum-c-api
07:21
Remove new test trace-41.1 since it is a duplicate of test var-18.1 check-in: 34539fd014 user: andy tags: amg-array-enum-c-api
07:19
Remove optimization that runs afoul of test var-18.1 check-in: 25d2a06908 user: andy tags: amg-array-enum-c-api
07:11
Update test for [array unset] mode option check-in: a9cb120904 user: andy tags: amg-array-enum-c-api
02:14
Implement Tcl_ArrayExists() check-in: bc2295f5c2 user: andy tags: amg-array-enum-c-api
01:57
Fold create argument to ArrayVar() into TCL_VAR_CREATE flags bit which only ArrayVar() understands. ... check-in: 2590837335 user: andy tags: amg-array-enum-c-api
2016-11-25
18:24
Simplify function description comment check-in: 403f15409f user: andy tags: amg-array-enum-c-api
18:11
Merge CleanupVar() into TclCleanupVar(), no need for them to be separate check-in: 0aae797ef4 user: andy tags: amg-array-enum-c-api
18:08
Rename dictObj to dictPtr for consistency with other public variable function arguments, even though... check-in: 1ba41eadd4 user: andy tags: amg-array-enum-c-api
18:05
Rename TclArraySet() to Tcl_ArraySet() and put in tcl.decls. Enhance ArrayVar() to support array cr... check-in: f2aaed5ea1 user: andy tags: amg-array-enum-c-api
15:44
Implementation of improved notifier from Lucio AndrĂ©s Illanes Albornoz. check-in: a5fa5e7e78 user: dkf tags: tip-458
15:06
Merge trunk. Implementation looks complete. Still missing: test-cases and documentation. check-in: 1ae9161edd user: jan.nijtmans tags: package_files
14:53
Windows support and minor touchups to the documentation. check-in: aefe40befa user: limeboy tags: tip-456
13:27
Minor documentation touchups. check-in: 417ea495a1 user: limeboy tags: tip-456
12:58
merge trunk check-in: 742389b703 user: jan.nijtmans tags: novem
11:47
Eliminate some macros that are no longer used/needed. check-in: 80e7984c44 user: jan.nijtmans tags: trunk
09:38
Merge trunk, and fix two socket test-cases. check-in: 707cfb412f user: jan.nijtmans tags: tip-456
08:17
Add Tcl_ArraySearchPeek() check-in: 5eee3e2aef user: andy tags: amg-array-enum-c-api
07:55
Add filter options to more [array] subcommands, implement with a common function check-in: 5a1c9d670f user: andy tags: amg-array-enum-c-api
07:33
Merge trunk check-in: b893ce5065 user: andy tags: amg-array-enum-c-api
07:31
Allow [array names -regexp] to use backreferences. This capability was broken by [71270e9141]. See a... check-in: b29701996a user: andy tags: trunk
07:02
Add filtering options to [array size] command check-in: 3c19724381 user: andy tags: amg-array-enum-c-api
06:27
Correct bug by splitting Tcl_ArrayNames() to high-level Tcl_ArrayNames() operating on a variable nam... check-in: e098e8ef7f user: andy tags: amg-array-enum-c-api
05:53
Implement Tcl_ArrayNames(), still have a bug to fix though check-in: a7b63341ab user: andy tags: amg-array-enum-c-api
05:11
Implement various array functions in terms of ArrayVar() to avoid repetition of trace code, and rest... check-in: b15d607c3a user: andy tags: amg-array-enum-c-api
04:42
Implement Tcl_ArraySearchDone() check-in: fc39454bd5 user: andy tags: amg-array-enum-c-api
04:31
Implement Tcl_ArraySearchNext() check-in: 2ab266d9fb user: andy tags: amg-array-enum-c-api
04:11
Remove need for passing TCL_LEAVE_ERR_MSG to various array functions check-in: ed465991e2 user: andy tags: amg-array-enum-c-api
03:56
Correct test failures in set-old.test check-in: e5a9bbebec user: andy tags: amg-array-enum-c-api
03:33
Split ArrayNext() into ArrayFirst() and ArrayNext(), and reimplement other array functions in terms ... check-in: 520285d1e5 user: andy tags: amg-array-enum-c-api
01:39
Remove spurious article in comments check-in: 965949e559 user: andy tags: trunk
01:36
Rename LookupArrayVar() to ArrayVar(), add ArrayNext(), reimplement ArraySize() in terms of ArrayNex... check-in: 9cc3d0f006 user: andy tags: amg-array-enum-c-api
2016-11-24
22:51
Improve comments, add interp to Tcl_ArraySearch so Tcl_ArraySearchNext() can report regular expressi... check-in: 669251b6f1 user: andy tags: amg-array-enum-c-api
22:38
Implement Tcl_ArraySearchStart() check-in: f8ab9b85ae user: andy tags: amg-array-enum-c-api
22:24
Simplify LookupArrayVar() interface check-in: 0393d60132 user: andy tags: amg-array-enum-c-api
22:06
Fold VerifyArray() into LookupArrayVar(), begin adding filtering capabilities to array search check-in: aa06cc7e1b user: andy tags: amg-array-enum-c-api
21:33
Add exact/glob/regexp filter capability to new array size and enumeration functions. Change Tcl_Arr... check-in: 462589ffc9 user: andy tags: amg-array-enum-c-api
21:15
Forgot a - in the parameters array. check-in: 7d69ed66cf user: limeboy tags: tip-456
21:01
Allow a boolean argument to be passed. check-in: d4bdf65c83 user: limeboy tags: tip-456
20:55
merge trunk check-in: c1735f1869 user: jan.nijtmans tags: package_files
20:31
merge trunk check-in: 4115262f80 user: jan.nijtmans tags: novem
20:28
First round of documentation update. check-in: 6e94138b94 user: limeboy tags: tip-456
20:12
Improve comments a little check-in: 2196459c3e user: andy tags: amg-array-enum-c-api
19:22
Merge trunk check-in: a353ee5093 user: andy tags: amg-array-enum-c-api
19:21
Partially backout [ef4da65408] because AppendPrintfToObjVA() (used indirectly by [tcl::unsupported::... check-in: ad557c91a9 user: andy tags: trunk
18:49
Correct reporting of trace errors in [array size] check-in: 2612459c98 user: andy tags: amg-array-enum-c-api
18:46
Correct sense of scalar variable detection check-in: 85ea1e4ef0 user: andy tags: amg-array-enum-c-api
18:42
Get rid of now-unnecessary varPtr2 variable, add stubbed-out (pun unintentional) implementations of ... check-in: b38a60a837 user: andy tags: amg-array-enum-c-api
18:36
Reorganize code into separate LookupArrayVar() and ArraySize() functions so that [array size] can se... check-in: 4035492a84 user: andy tags: amg-array-enum-c-api
18:35
Update stubs init check-in: aa1f28d461 user: andy tags: amg-array-enum-c-api
18:34
Rename part1Ptr arguments to varNamePtr check-in: f2a8e2d0fb user: andy tags: amg-array-enum-c-api
16:21
merge fork Closed-Leaf check-in: 5291e16a6a user: jan.nijtmans tags: tip-456 fork
16:20
Starting implementing the "package files" command. TIP still to be written. check-in: 6cdb6a1b24 user: jan.nijtmans tags: package_files
15:00
Adjust the tests and add a handful of new ones. check-in: ac3cfef074 user: limeboy tags: tip-456
13:47
Implementation of [array for] from Brad Lanam. See https://github.com/flightaware/Tcl-bounties/issue... check-in: bd05353216 user: dkf tags: lanam-array-for-impl
13:33
Make compileEpoch "unsigned int", and start counting at 1. check-in: 83f0d245d8 user: jan.nijtmans tags: trunk
13:18
Fix compile error if SO_REUSEPORT not supported. Put command options in alphabetical order check-in: c2331d8741 user: jan.nijtmans tags: tip-456 fork
12:47
Implement the whole TIP 456 specification.

Also introduces the `-reuseaddr' and `-reuseport' option... check-in: e4212ca03b user: limeboy tags: tip-456

12:41
merge novem check-in: 39188cbdd6 user: jan.nijtmans tags: novem-more-memory-API
11:57
merge trunk. Make epoch in Tcl_DictSearch "unsigned int". This doubles the epoch range here. Use 0... check-in: 5fe02150a3 user: jan.nijtmans tags: novem
10:26
typos check-in: 7df0e4369e user: jan.nijtmans tags: trunk
2016-11-22
15:04
Corrections to misleading comments. check-in: ecb870f264 user: dkf tags: trunk
11:24
Fix indenting check-in: c77d70c21f user: jan.nijtmans tags: tip-456
11:21
Added stub entry for tip #456. Documentation and tests still missing. Doesn't conform to TIP yet. check-in: fce8b81c46 user: jan.nijtmans tags: tip-456
10:06
This is patch.002 from ticket [0b9d3ba2ba], as first start ... check-in: ae02accafa user: jan.nijtmans tags: tip-456
2016-11-21
18:25
[array size] should 0 if argument does not name an array. TODO: Distinguish between existence error... check-in: b0ceb88495 user: andy tags: amg-array-enum-c-api
13:12
Initial commit of new C API for array enumeration. TIP forthcoming. Work far from complete, only T... check-in: 405aba7ca5 user: andy tags: amg-array-enum-c-api
10:40
Merge trunk. More internal use of size_t in stead of int (or long) check-in: b68c708bd6 user: jan.nijtmans tags: novem
10:15
More internal use of size_t in stead of int. check-in: ef4da65408 user: jan.nijtmans tags: trunk
2016-11-18
18:05
merge novem check-in: 715274166d user: dgp tags: dgp-refactor
18:02
merge trunk check-in: d583c1d31f user: dgp tags: tip-445
15:51
Minor: fix the indentation of comments. check-in: 06883b64fd user: dkf tags: trunk
12:10
merge novem check-in: 21f9030029 user: jan.nijtmans tags: novem-more-memory-API
11:15
Merge trunk check-in: a2bc365c8c user: jan.nijtmans tags: novem
10:53
Fix mp_cnt_lsb() signature, so it matches the signature used in Tcl check-in: 9ca8b95421 user: jan.nijtmans tags: trunk
10:23
Fix mp_cnt_lsb() signature, so it matches the signature used in Tcl. Add two missing "static" keywor... check-in: 018f6fdbb9 user: jan.nijtmans tags: core-8-6-branch
09:50
Fix [e6f27aa56f]: Update libtommath to 1.0 check-in: 6d14b81579 user: jan.nijtmans tags: trunk
03:34
Remove extra space in documentation for [file stat] check-in: 21feca063c user: andy tags: trunk
2016-11-17
16:27
merge trunk check-in: f365ba1ad9 user: jan.nijtmans tags: novem
16:26
Fix libtommath's mp_radix_size() function such that it returns 2 for single-digit numbers. Add testc... check-in: 06f3f845fb user: jan.nijtmans tags: trunk
16:24
Fix libtommath's mp_radix_size() function such that it returns 2 for single-digit numbers. Add testc... check-in: db3a4c3b27 user: jan.nijtmans tags: core-8-6-branch
16:12
Fix libtommath's mp_radix_size() function such that it returns 2 for single-digit numbers. Add testc... check-in: f321ad8690 user: jan.nijtmans tags: core-8-5-branch
15:30
Restore bn_mp_radix_size.c to exact copy of libtommath-1.0 version: Since the radix_size of "9" shou... Closed-Leaf check-in: 8cf7627603 user: jan.nijtmans tags: libtommath-1.0
13:18
Restore bn_mp_add_d.c to exact copy of libtommath-1.0 version: Since the mp_clamp() function already... check-in: 7442311ee4 user: jan.nijtmans tags: libtommath-1.0
11:38
Add test-case for mp_iseven(). If mp_iseven(0) ever returns 0, we will be warned that we are using t... check-in: d3f1169620 user: jan.nijtmans tags: libtommath-1.0
11:03
Bring in fix for mp_iseven().... almost missed that .... This should be given a dedicated test-cas... check-in: 04444b286a user: jan.nijtmans tags: libtommath-1.0
10:46
Merge trunk. Re-generate tclTomMath.h. Use faster exponentiation-function from libtommath 1.0 (in tc... check-in: 1e2d716ec7 user: jan.nijtmans tags: libtommath-1.0
09:34
Merge trunk check-in: 4a3294acba user: jan.nijtmans tags: novem
09:33
Remove subdirectories of "libtommath", and various individual related files, not taking any part in ... check-in: 634ffe2b64 user: jan.nijtmans tags: trunk
09:24
Remove subdirectories of "libtommath", and various individual related files, not taking any part in ... check-in: c0c5b62d0e user: jan.nijtmans tags: core-8-6-branch
2016-11-16
15:59
merge trunk Closed-Leaf check-in: ec44244e32 user: jan.nijtmans tags: gahr-ticket-e6f27aa56f
15:22
(experimental) Upgrade to libtommath 1.0 (actually by merging all changes between libtommath 0.42.0 ... check-in: d1210bac0b user: jan.nijtmans tags: libtommath-1.0
15:04
merge trunk check-in: f8be848288 user: dgp tags: tip-445
11:17
merge trunk check-in: 31a3f9bee0 user: jan.nijtmans tags: novem
10:55
Use more "size_t" in stead of "int" internall. Also eliminate a lot of type-casts which are not nece... check-in: 521d320b7b user: jan.nijtmans tags: trunk
2016-11-15
13:33
See Itcl Bug [1b28657c0e]. Make methodNameType honor the Tcl_ObjType contract. check-in: b35b8efef0 user: dkf tags: trunk
13:32
See Itcl Bug [1b28657c0e]. Make methodNameType honor the Tcl_ObjType contract. check-in: 9f5d17b078 user: dkf tags: core-8-6-branch
13:31
Slightly more efficient version as this is Hot Path code. Closed-Leaf check-in: e45c8a81d3 user: dkf tags: bug-itcl-1b2865
2016-11-14
17:01
See Itcl Bug [1b28657c0e]. The methodNameType fails to honor the Tcl_ObjType contract. Need dkf revi... check-in: 90eeca888c user: dgp tags: bug-itcl-1b2865
16:01
Merge zipfs, but keep zip-write functions. check-in: c3df2d7911 user: jan.nijtmans tags: androwish
15:51
Merge core-8-6-branch. Remove (temporarily) write-functions from zipfs. Let first TIP-version handle... check-in: 92eef47064 user: jan.nijtmans tags: zipfs
14:26
Merge core-8-6-branch check-in: 7bbea0e75d user: jan.nijtmans tags: trunk
14:25
Better fix for the usability of TCL_NO_DEPRECATED on MacOSX check-in: e041d7c814 user: jan.nijtmans tags: core-8-6-branch
14:20
Better fix for the usability of TCL_NO_DEPRECATED on MacOSX. check-in: 750cf822ec user: jan.nijtmans tags: core-8-5-branch
12:18
merge novem check-in: 1d352ef575 user: dgp tags: dgp-refactor
12:16
merge trunk check-in: 56c05639b5 user: dgp tags: tip-445
2016-11-12
11:20
Merge tzdata2016i from IETF check-in: 3a3a592ef9 user: venkat tags: novem
11:19
Merge tzdata2016i from IETF check-in: cbce1a9dea user: venkat tags: trunk
11:19
Merge tzdata2016i from IETF check-in: 24cf682242 user: venkat tags: core-8-6-branch
11:18
Update to tzdata2016i from IETF check-in: 8b0d120b2a user: venkat tags: core-8-5-branch
2016-11-11
15:18
merge trunk check-in: 6ca5f2d8bf user: jan.nijtmans tags: novem
14:53
Fix harmless gcc warning message: using "unsigned" doesn't serve any purpose, actually. check-in: 01243c07ff user: jan.nijtmans tags: trunk
10:58
Fix [79614fb8b6]: "glob", "encoding system" and encoding-fr... check-in: 1867fdf95b user: jan.nijtmans tags: trunk
10:55
Fix [79614fb8b6]: "glob", "encoding system" and encoding-fr... check-in: 56afef9ae8 user: jan.nijtmans tags: core-8-6-branch
10:53
Fix [79614fb8b6]: "glob", "encoding system" and encoding-fr... check-in: e0649af0bd user: jan.nijtmans tags: core-8-5-branch
2016-11-10
15:13
merge trunk check-in: 8d4c5a08c5 user: jan.nijtmans tags: novem
14:21
On OSX, there is a conflict with the "define panic" and definitions in "mach.h". check-in: e1804c00ba user: jan.nijtmans tags: trunk
14:19
On OSX, there is a conflict with the "define panic" and definitions in "mach.h". check-in: 3544f1674a user: jan.nijtmans tags: core-8-6-branch
2016-11-08
02:56
Route all [string last] operations through a common implementation. check-in: 6622b74446 user: dgp tags: trunk
2016-11-07
20:18
Purge disabled code. check-in: 9957c9b0c9 user: dgp tags: trunk
20:11
Refactor to channel all [string first] functions through a single implementation. check-in: 5fd1a339d3 user: dgp tags: trunk
20:04
Optimize case of all single-byte chars. Closed-Leaf check-in: e35f61d57e user: dgp tags: dgp-string-find
19:41
Consolidate the "find empty string" cases. check-in: 9bc07dee24 user: dgp tags: dgp-string-find
19:28
Implement direct eval [string first] with the refactored engine. check-in: 7fb4fda651 user: dgp tags: dgp-string-find
11:23
merge zipfs check-in: 4113cb454a user: jan.nijtmans tags: androwish
11:16
Merge core-8-6-branch. Update upstream changes to zipfs.c check-in: 4cb21d6ea2 user: jan.nijtmans tags: zipfs
2016-11-04
21:29
First draft refactoring the [string first] functionality. check-in: 5073110f26 user: dgp tags: dgp-string-find
15:52
merge trunk check-in: 16c449a79f user: dgp tags: tip-445
14:56
[824752f10e] Use LIST_MAX instead of INT_MAX for unknown number of elements to the end of the list. check-in: 24d9077003 user: dgp tags: trunk
14:54
[8245752f10e] Use LIST_MAX instead of INT_MAX for unknown number of elements to the end of the list. check-in: 5983fb59e6 user: dgp tags: core-8-6-branch
14:49
merge mark check-in: 9cd4c5200b user: dgp tags: trunk
14:48
[824752f10e] More robust, portable check for integer overflow. check-in: cf3aa0440e user: dgp tags: trunk
14:42
close fork check-in: e5a5037389 user: dgp tags: trunk
14:40
[824752f10e] More robust, portable check for integer overflow. check-in: b2a4266498 user: dgp tags: core-8-6-branch
14:39
close fork check-in: 91d91053a6 user: dgp tags: core-8-6-branch