summary refs log tree commit diff stats
path: root/lib/pure/times.nim
Commit message (Collapse)AuthorAgeFilesLines
* Nimrod renamed to NimAraq2014-08-281-1/+1
|
* big renameAraq2014-08-281-4/+4
|
* big renameAraq2014-08-271-97/+98
|
* renamefestAraq2014-08-231-14/+14
|
* Make times module compile with javascript backenddef2014-08-161-38/+38
|
* 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
| | | | No one calls it EcmaScript anymore.
* docs should build under doc2; unittests of times.nim compile under 32bit; ↵Araq2012-11-201-5/+7
| | | | small bugfix for the tester
* 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 ↵Dominik Picheta2012-05-301-2/+2
| | | | any more in the times module.
* 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
| | | | | | times module. Added insert for strings to the system module.
* Fixed a bug in times and finished its docs. Added mimetypes module and added ↵dom962012-05-131-5/+13
| | | | the uri module to the doc gen. Fixed a bug in the cookies module.
* Added a format function to the times module and a setCookie function to the ↵dom962012-04-261-0/+119
| | | | cookies module.
* 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 ↵dom962012-02-161-0/+13
| | | | packages can be created. Implemented $ in the times module for TWeekDay and TMonth.
* year 2012 for most copyright headersAraq2012-01-021-1/+1
|
* New implementation for os.sameFile on WindowsZahary Karadjov2011-12-071-1/+1
| | | | | | Hard-links on Windows are now treated just as they are on POSIX. The new implementation is faster than the previous, but still it's quite slower than fstat (use with caution).
* 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 ↵Araq2011-11-181-3/+7
| | | | fork&exec
* Fixed string concatenation and other bugs in the JS backend. Fixed a small ↵dom962011-09-231-3/+5
| | | | bug in the IRC module.
* bugfix: times.epochTimeAraq2011-04-251-2/+1
|
* p[] instead of p^Araq2011-04-111-3/+3
|