summary refs log tree commit diff stats
path: root/lib/pure/times.nim
Commit message (Expand)AuthorAgeFilesLines
* Hyperlinks back JavaScript target.Grzegorz Adam Hankiewicz2014-06-211-1/+2
* made large parts of the stdlib gcsafeAraq2014-04-201-12/+13
* Supports parsing format times without separators. Refs #740.Grzegorz Adam Hankiewicz2014-02-151-3/+18
* Splits token parsing case into separate proc. Refs #740.Grzegorz Adam Hankiewicz2014-02-151-106/+115
* Export procs that are useful elsewhere.EXetoC2014-02-061-2/+6
* 'nil' as a statement is deprecated, use an empty 'discard' insteadAraq2014-01-191-1/+1
* case consistency: cs:partial bootstraps on windowsAraq2013-12-291-5/+5
* improvements for 'pretty'Araq2013-12-281-1/+1
* case consistency part 4Araq2013-12-271-8/+8
* case consistency part 1Araq2013-12-271-5/+5
* Fixes times.toSeconds to handle hours and minutes correctly.Grzegorz Adam Hankiewicz2013-11-171-1/+2
* bugfix: rendering of typ|typ2Araq2013-06-271-1/+1
* implemented large parts of the 'not nil' checkingAraq2013-06-091-18/+18
* more accurate effects for times.nim; bugfix for the JS codegenAraq2013-05-311-51/+53
* bugfixes mostly JS relatedAraq2013-05-011-1/+3
* Fixed some problems with the times module, added interval tests.Dominik Picheta2013-04-141-16/+15
* times.nim compiles on windows againAraq2013-04-141-16/+21
* added toSeconds and fromSeconds to times. fixes #334Simon Hafner2013-04-131-66/+100
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* added gradha's improvements for the times module (issue #231)Araq2013-02-221-1/+9
* elif on JS instead of generic elseSimon Hafner2013-02-151-1/+1
* UTC weekday in JSSimon Hafner2013-02-151-1/+2
* EcmaScript => JS. Fixes #330Simon Hafner2013-02-151-6/+6
* docs should build under doc2; unittests of times.nim compile under 32bit; sma...Araq2012-11-201-5/+7
* annotated effects of modules: os, sockets, timesAraq2012-11-181-8/+8
* Fixes segfault in db_sqlite. Fixes problems with times.format.Dominik Picheta2012-10-071-15/+54
* changed integer promotion rules; breaks bootstrapping and lots of codeAraq2012-07-081-23/+21
* another bugfixAraq2012-06-211-2/+0
* Fixed math.round, added math.ceil and fixed times.format.Dominik Picheta2012-06-041-2/+2
* Fixed times.format handling of month numbers.Dominik Picheta2012-05-301-2/+2
* Marshal now works with nil strings. Timezone and tzname vars are not public a...Dominik Picheta2012-05-301-2/+2
* Fixed times.formatDominik Picheta2012-05-271-2/+2
* Fixed times on non-posix operating systems.Dominik Picheta2012-05-261-5/+5
* Added timezone handling and functions for adding and subtracting time to the ...Dominik Picheta2012-05-261-12/+152
* Fixed a bug in times and finished its docs. Added mimetypes module and added ...dom962012-05-131-5/+13
* Added a format function to the times module and a setCookie function to the c...dom962012-04-261-0/+119
* Optimization for the times module; changed let to const.dom962012-02-171-5/+5
* niminst is now able to create build files for debhelper so that .deb packages...dom962012-02-161-0/+13
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* New implementation for os.sameFile on WindowsZahary Karadjov2011-12-071-1/+1
* bugfixes for .rod files and visual C++Araq2011-12-031-2/+2
* cgen: no type canon for integral types; osproc use posix_spawn instead of for...Araq2011-11-181-3/+7
* Fixed string concatenation and other bugs in the JS backend. Fixed a small bu...dom962011-09-231-3/+5
* bugfix: times.epochTimeAraq2011-04-251-2/+1
* p[] instead of p^Araq2011-04-111-3/+3
* c2nim compiles again [#9 state:resolved]; better error message for named para...Araq2011-01-091-1/+1
* inlining of the write barrier for dllsAndreas Rumpf2010-08-081-35/+39
* bugfix: exception handling (still not correct)Andreas Rumpf2010-06-041-12/+51
* revert to old behavior of getStartMilsecs; getStartMilsecs deprecatedAndreas Rumpf2010-05-301-7/+7
* explicit types for generic routinesAndreas Rumpf2010-05-281-3/+24