summary refs log tree commit diff stats
path: root/lib/pure/times.nim
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* c2nim compiles again [#9 state:resolved]; better error message for named ↵Araq2011-01-091-1/+1
| | | | parameters
* 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
|
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
|
* start of tests refactoring; sqlite3 new wrapper fixesrumpf_a@web.de2010-02-211-1/+5
|
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-0/+0
|
* sockets module completeAndreas Rumpf2010-01-131-1/+1
|
* added tools and web dirsAndreas Rumpf2009-09-151-3/+3
|
* version0.7.10Andreas Rumpf2009-06-081-0/+307