Daniil Yarancev
|
6ac37ee2fb
|
Small base64.nim refactor (#5755)
* Small changes (var to let)
* Some additional `var` to `let`
* Fix
* Finally removed immediate
|
2017-04-25 20:47:26 +02:00 |
|
Florent
|
9965123098
|
Fixes #5457 - StdLib base64 encodeInternal crashes with out of bound exception (#5464)
|
2017-03-02 08:54:45 +01:00 |
|
Yuriy Glukhov
|
8cd4ec978c
|
Fixed base64 encode
|
2016-04-11 16:47:18 +03:00 |
|
Dominik Picheta
|
6b002e805e
|
Added examples and more docs to base64 module.
|
2015-09-17 20:44:16 +01:00 |
|
Adam Strzelecki
|
43bddf62dd
|
lib: Trim .nim files trailing whitespace
via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
|
2015-09-04 23:03:56 +02:00 |
|
Dominik Picheta
|
69d4eb14bc
|
Some docgen fixes.
|
2014-09-13 15:35:09 +01:00 |
|
Araq
|
d69e8f4de4
|
updated base64.nim
|
2014-08-28 01:19:17 +02:00 |
|
Araq
|
11b6958755
|
big rename
|
2014-08-27 23:42:51 +02:00 |
|
Dominik Picheta
|
030c2d6deb
|
Fixes base64 crash.
|
2014-07-26 02:14:26 +01:00 |
|
onionhammer
|
6901a8cb13
|
Added base64 encode overload for arrays of integers/bytes
|
2013-10-30 09:08:05 -05:00 |
|
Araq
|
50403afb5c
|
fixes base64 module
|
2013-08-15 00:22:48 +02:00 |
|
Grzegorz Adam Hankiewicz
|
72a3e21f28
|
Removes executable bit for text files.
|
2013-03-16 23:53:07 +01:00 |
|
Araq
|
5b28d08203
|
non-nil AST; continue after errors for IDE support
|
2011-02-12 19:24:20 +01:00 |
|
Araq
|
56e963b465
|
base64: decoding works
|
2010-10-23 17:35:26 +02:00 |
|
Araq
|
770cc71640
|
added base64 module; decoding still broken
|
2010-10-23 17:19:32 +02:00 |
|