Commit Graph

769 Commits

Author SHA1 Message Date
Araq
dcf0cc2ecd Merge pull request #86 from Tass/master
Fixed IO tests.
2012-01-02 14:30:46 -08:00
Araq
d849463af2 serious allocator bugfixes 2012-01-02 23:12:12 +01:00
Araq
4f1b89c30c year 2012 for most copyright headers 2012-01-02 23:07:35 +01:00
Simon Hafner
cb4ff5fd55 removed """ so unittest can handle it 2012-01-02 16:32:36 +01:00
Simon Hafner
ad0ea47f43 fixed the io tests so they run as intended
There is however a problem with the unittest. It does output
colors even if stdout isn't a tty, so the test still fails.
2011-12-31 19:07:31 +01:00
Araq
9bd2be36c8 Merge branch 'master' of github.com:Araq/Nimrod 2011-12-31 18:15:29 +01:00
Araq
0d8e6dda69 new len(openarray) implementation 2011-12-31 18:15:20 +01:00
dom96
b6265e28c7 Disabled io tests because it blocks indefinitely. 2011-12-31 17:06:21 +00:00
Araq
8c993733b9 Merge pull request #84 from Tass/master
forgot to add the testfile for the io test
2011-12-31 08:32:23 -08:00
Simon Hafner
0cde38c1e1 forgot to add tests/testdata/string 2011-12-31 17:22:27 +01:00
Araq
4d9e8e13ae MAP_ANONYMOUS is not always 0x20 for linux; changed the tests 2011-12-31 15:49:48 +01:00
Araq
f30eb9feb8 changed io tests 2011-12-31 13:56:09 +01:00
Araq
05fd30df43 sysio: got rid of now unnecessary length check 2011-12-31 11:35:40 +01:00
Araq
c463a22dc9 Merge branch 'master' of github.com:Araq/Nimrod 2011-12-31 11:28:09 +01:00
Araq
61ff329337 Merge pull request #79 from Tass/master
readAll
2011-12-31 02:21:01 -08:00
Araq
92395568bb improved actors.sync 2011-12-31 11:18:18 +01:00
Araq
743182afd7 windows module should now compile for all CPUs 2011-12-31 10:32:12 +01:00
Araq
d25fefc0ff make trecinca|b tests green 2011-12-31 10:23:56 +01:00
Araq
9fdfda136c critbits added to stdlib 2011-12-30 21:01:50 +01:00
Araq
e9d6f5a647 bugfix: preliminary symbol declaration in first pass of generics 2011-12-30 21:00:38 +01:00
Araq
5e5ed192e5 GC: use simple balanced tree instead of AVL tree 2011-12-30 20:42:47 +01:00
Simon Hafner
cf2078aed8 compileSingleTest instead of direct callCompiler 2011-12-30 14:22:56 +01:00
Simon Hafner
24917aaf1e fixes for readAll 2011-12-30 14:15:12 +01:00
Araq
52e8b597e4 c2nim: bugfix: 'type x[10];' was not parsed properly 2011-12-30 13:55:08 +01:00
Araq
6a97bed6a7 GC: AVL tree uses unsigned comparisons 2011-12-30 12:05:48 +01:00
Araq
f6a90c96ba Merge branch 'master' of github.com:Araq/Nimrod 2011-12-30 11:03:19 +01:00
Araq
73919e3082 GC stack scanning cares about interior pointers 2011-12-30 11:03:01 +01:00
Araq
0cda7d59fe Merge pull request #83 from Amrykid/f449d2b7611b4d945eabe03ffb52b5235c544d80
events.nim updates
2011-12-29 07:32:51 -08:00
Amrykid
f449d2b761 Fixed the documentation for events.nim. 2011-12-29 08:39:43 -06:00
Amrykid
d456672408 Added containsHandler to events.nim 2011-12-29 08:23:43 -06:00
Araq
a26433b6ec Merge branch 'master' of github.com:Araq/Nimrod 2011-12-27 19:47:50 +01:00
Araq
8e7917c3f7 fixed small typos for subexes docs 2011-12-27 19:47:37 +01:00
Araq
0ad42bd058 Merge pull request #81 from Amrykid/master
Various changes around 'koch update'
2011-12-27 10:46:48 -08:00
Araq
b336bf4039 added support for advanced substitution expressions 2011-12-27 19:22:46 +01:00
Amrykid
f0f904ac70 Documentation comments + slight code modifications to zipfiles.nim.
Changes made to osproc.nim so it will compile.
2011-12-27 09:49:47 -06:00
Amrykid
e978272d3c Allowed waitForExit to have a specified timeout. (osproc.nim) 2011-12-27 09:06:06 -06:00
Amrykid
3321523ee4 Last bits, etc. 2011-12-27 08:59:31 -06:00
Amrykid
d0d0c79540 Final bits added. Needs testing. 2011-12-25 14:45:03 -06:00
Amrykid
f0ccc2e779 - Koch update is nearly finished.
-- Checks if libzip is available as a fallback.
-- Echos what its doing.
-- Actually compiles now.
2011-12-24 16:45:28 -06:00
Amrykid
2e0f9c8bf7 - Added extractFile and extractAll to zipfiles.nim
-- Need to wait until libzip_all.c is updated to support Windows.

- Started working on "koch update".
-- Waiting on above to finish work.
2011-12-24 12:14:17 -06:00
Araq
76f91b90e2 bugfix: compiler errors for explicit initialization of thread local variables; os.nim does not rely on it anymore 2011-12-23 20:05:08 +01:00
Araq
6260757a2a generated scripts do no contain paths anymore; regenerated C sources 2011-12-23 11:15:19 +01:00
Araq
69cc24cdf6 bugfix: the code gen can now handle alias TLock = TSysLock; this fixes threading bugs 2011-12-23 00:17:59 +01:00
Araq
4012517d6d bugfix: suggest feature 2011-12-22 20:15:02 +01:00
Simon Hafner
5ede29cd05 implemented readAll() 2011-12-22 17:17:06 +01:00
Araq
cc490b35b0 bugfix: environment var caching is now thread safe 2011-12-22 15:36:36 +01:00
Araq
f1f458137b Merge branch 'master' of github.com:Araq/Nimrod 2011-12-22 15:04:13 +01:00
Araq
cd83cc81aa code gen can generate code to keep alive stack roots 2011-12-22 15:04:00 +01:00
dom96
4f08946f64 fixes #77 2011-12-19 21:09:17 +00:00
Dominik Picheta
fff9276cf6 Added a couple of GTK 2.12 functions. 2011-12-18 22:16:19 +00:00