index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
pure
/
times.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Hyperlinks back JavaScript target.
Grzegorz Adam Hankiewicz
2014-06-21
1
-1
/
+2
*
made large parts of the stdlib gcsafe
Araq
2014-04-20
1
-12
/
+13
*
Supports parsing format times without separators. Refs #740.
Grzegorz Adam Hankiewicz
2014-02-15
1
-3
/
+18
*
Splits token parsing case into separate proc. Refs #740.
Grzegorz Adam Hankiewicz
2014-02-15
1
-106
/
+115
*
Export procs that are useful elsewhere.
EXetoC
2014-02-06
1
-2
/
+6
*
'nil' as a statement is deprecated, use an empty 'discard' instead
Araq
2014-01-19
1
-1
/
+1
*
case consistency: cs:partial bootstraps on windows
Araq
2013-12-29
1
-5
/
+5
*
improvements for 'pretty'
Araq
2013-12-28
1
-1
/
+1
*
case consistency part 4
Araq
2013-12-27
1
-8
/
+8
*
case consistency part 1
Araq
2013-12-27
1
-5
/
+5
*
Fixes times.toSeconds to handle hours and minutes correctly.
Grzegorz Adam Hankiewicz
2013-11-17
1
-1
/
+2
*
bugfix: rendering of typ|typ2
Araq
2013-06-27
1
-1
/
+1
*
implemented large parts of the 'not nil' checking
Araq
2013-06-09
1
-18
/
+18
*
more accurate effects for times.nim; bugfix for the JS codegen
Araq
2013-05-31
1
-51
/
+53
*
bugfixes mostly JS related
Araq
2013-05-01
1
-1
/
+3
*
Fixed some problems with the times module, added interval tests.
Dominik Picheta
2013-04-14
1
-16
/
+15
*
times.nim compiles on windows again
Araq
2013-04-14
1
-16
/
+21
*
added toSeconds and fromSeconds to times. fixes #334
Simon Hafner
2013-04-13
1
-66
/
+100
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
*
added gradha's improvements for the times module (issue #231)
Araq
2013-02-22
1
-1
/
+9
*
elif on JS instead of generic else
Simon Hafner
2013-02-15
1
-1
/
+1
*
UTC weekday in JS
Simon Hafner
2013-02-15
1
-1
/
+2
*
EcmaScript => JS. Fixes #330
Simon Hafner
2013-02-15
1
-6
/
+6
*
docs should build under doc2; unittests of times.nim compile under 32bit; sma...
Araq
2012-11-20
1
-5
/
+7
*
annotated effects of modules: os, sockets, times
Araq
2012-11-18
1
-8
/
+8
*
Fixes segfault in db_sqlite. Fixes problems with times.format.
Dominik Picheta
2012-10-07
1
-15
/
+54
*
changed integer promotion rules; breaks bootstrapping and lots of code
Araq
2012-07-08
1
-23
/
+21
*
another bugfix
Araq
2012-06-21
1
-2
/
+0
*
Fixed math.round, added math.ceil and fixed times.format.
Dominik Picheta
2012-06-04
1
-2
/
+2
*
Fixed times.format handling of month numbers.
Dominik Picheta
2012-05-30
1
-2
/
+2
*
Marshal now works with nil strings. Timezone and tzname vars are not public a...
Dominik Picheta
2012-05-30
1
-2
/
+2
*
Fixed times.format
Dominik Picheta
2012-05-27
1
-2
/
+2
*
Fixed times on non-posix operating systems.
Dominik Picheta
2012-05-26
1
-5
/
+5
*
Added timezone handling and functions for adding and subtracting time to the ...
Dominik Picheta
2012-05-26
1
-12
/
+152
*
Fixed a bug in times and finished its docs. Added mimetypes module and added ...
dom96
2012-05-13
1
-5
/
+13
*
Added a format function to the times module and a setCookie function to the c...
dom96
2012-04-26
1
-0
/
+119
*
Optimization for the times module; changed let to const.
dom96
2012-02-17
1
-5
/
+5
*
niminst is now able to create build files for debhelper so that .deb packages...
dom96
2012-02-16
1
-0
/
+13
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-1
/
+1
*
New implementation for os.sameFile on Windows
Zahary Karadjov
2011-12-07
1
-1
/
+1
*
bugfixes for .rod files and visual C++
Araq
2011-12-03
1
-2
/
+2
*
cgen: no type canon for integral types; osproc use posix_spawn instead of for...
Araq
2011-11-18
1
-3
/
+7
*
Fixed string concatenation and other bugs in the JS backend. Fixed a small bu...
dom96
2011-09-23
1
-3
/
+5
*
bugfix: times.epochTime
Araq
2011-04-25
1
-2
/
+1
*
p[] instead of p^
Araq
2011-04-11
1
-3
/
+3
*
c2nim compiles again [#9 state:resolved]; better error message for named para...
Araq
2011-01-09
1
-1
/
+1
*
inlining of the write barrier for dlls
Andreas Rumpf
2010-08-08
1
-35
/
+39
*
bugfix: exception handling (still not correct)
Andreas Rumpf
2010-06-04
1
-12
/
+51
*
revert to old behavior of getStartMilsecs; getStartMilsecs deprecated
Andreas Rumpf
2010-05-30
1
-7
/
+7
*
explicit types for generic routines
Andreas Rumpf
2010-05-28
1
-3
/
+24
[next]