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
*
Fixed 'milliseconds' spelling in code and docs
pdw
2015-05-15
1
-6
/
+11
*
Year shouldn't be arbitrarily limited to -10_000 .. 10_000. Instead it's
def
2015-04-29
1
-2
/
+2
*
fixes #2517
Araq
2015-04-25
1
-23
/
+23
*
Turn some test outputs into actual tests
Oleh Prypin
2015-04-21
1
-3
/
+1
*
Don't run non-test code when defined(testing)
Oleh Prypin
2015-04-21
1
-3
/
+5
*
Implemented epochTime function for JS target.
yglukhov
2015-03-31
1
-0
/
+2
*
Use <time.h> instead of <sys/time.h> for tzset and time_t
def
2015-03-23
1
-73
/
+73
*
Merge pull request #2309 from oderwat/fix-tzname
Dominik Picheta
2015-03-12
1
-0
/
+5
|
\
|
*
Adding a call to tzset() to implicitly initialize the tzname infos.
Hans Raaf
2015-03-12
1
-0
/
+5
*
|
Fix some compiler warnings in times
def
2015-03-12
1
-8
/
+9
|
/
*
Replaced deprecated repeatChar() with repeat() or spaces().
Hans Raaf
2015-03-04
1
-4
/
+4
*
Merge pull request #2097 from jferg2010/devel
Andreas Rumpf
2015-02-12
1
-1
/
+328
|
\
|
*
Date/time parsing - removed comments from assert
Jeff
2015-02-11
1
-6
/
+6
|
*
Date/time parsing with changes suggested by Araq
Jeff
2015-02-11
1
-334
/
+283
|
*
Date/time parsing with minor changes requested by Dom96
Jeff
2015-02-09
1
-32
/
+29
|
*
Date/time parsing
Jeff
2015-02-09
1
-7
/
+388
*
|
fixed minor bugs; cleaned up tests
Araq
2015-02-12
1
-51
/
+51
|
/
*
merged things from devel
Araq
2014-09-12
1
-1
/
+1
|
\
|
*
manual merge of #1526
Araq
2014-09-11
1
-1
/
+1
*
|
Nimrod renamed to Nim
Araq
2014-08-28
1
-1
/
+1
*
|
big rename
Araq
2014-08-28
1
-4
/
+4
*
|
big rename
Araq
2014-08-27
1
-97
/
+98
*
|
renamefest
Araq
2014-08-23
1
-14
/
+14
|
/
*
Make times module compile with javascript backend
def
2014-08-16
1
-38
/
+38
*
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
[next]