-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge upstream #26
Closed
Closed
Merge upstream #26
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Prevf doesn't get used at line 145 unless `prevItem != NULL` and prevf also gets set in the same block, so this is safe.
* Fix date matching problems with excess whitespace. * Bring up to date with sebres/tclclockmod
…nclude them explicitly. This really needs to be fiddled in configure.ac
…imilar scan, but assumes POSIX unix time), in opposite to `clock scan`: - uses GMT/UTC timezone (instead of system TZ) per default; - returns supplied value directly if it is integer; - returns 0 in error case (not clear to me why not "" or something else, but it was required so).
Sebres unixtime
The reason for that was the wrong length calculation by scanning through my string index tree, so the ambiguity check `j->(jan,ju->(jun,jul))` failed for 2nd element Ju(ne) with length 2. Simple fix and test-cases covering that, but it looks like this has a good potential for speedup (todo: move length calculation from search to build)
…n ambiguous short forms of month) too
…(for tcl >= 8.6.9)
…e of interp state by select and setup timezone (as well as in other "catched" blocks on lazy loading or initialization); windows: load registry package on demand only (if possible, using same safe "catch" command).
Merge sebres 19
…alculation on negative month offset over threshold of a year; closes sebres#20
Merge branch 'sebresgh-20--neg-relmonth-offs'
…timezone When /etc/localtime is missing, test clock-38.1 fails on Linux. This is a result of re-using cached dataPtr->lastBase.date when the timezone and lastBase timezone are both :localtime. Unfortunately, this can't be done safely with :localtime unless we know that the old base had was computed when TZ had the same value.
* Add a --with-tzpath configure flag * Fix unwanted stateful behavior when /etc/localtime does not exist
Fix configure error introduced in #5
* Create linux-ci.yml * Delete .travis.yml * update build status badge
* workaround for lib/clock.tcl not yet existing during configure using lib_BINARIES in Makefile * improve path searching for generated clock.tcl * log error message on failure * update to 8.6.709 * avoid overloading stubs terminology
disregard. wrong repo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.