Commit Graph

7456 Commits

Author SHA1 Message Date
Araq
1592067566 improved the documentation; overloading resolution finally documented 2015-03-14 19:49:32 +01:00
KeMeGe
ca8102b96d Add character set options when opening DB connection 2015-03-14 15:21:38 +08:00
Araq
2f4472963f disjoint checker works with the new countup iterators 2015-03-14 01:26:32 +01:00
Dominik Picheta
eadf648767 Merge branch 'devel' of github.com:Araq/Nimrod into devel 2015-03-14 00:16:59 +00:00
Dominik Picheta
44e095dd3d Expanded release notes in news.txt. 2015-03-14 00:16:23 +00:00
Dominik Picheta
658600a9b9 Merge pull request #2296 from SSPkrolik/redis-scan-implementation
Added implementation for Redis SCAN command
2015-03-13 20:42:18 +00:00
def
d77c883911 globalError instead of localError when failing infinite recursion
globalError throws an exception, so this works for `nim check` as well.
2015-03-13 17:17:42 +01:00
def
06b986dbd5 Rename compiler/nim.ini back to compiler/installer.ini
- Niminst has a new -m/--main option to set the main file, by default
  ini-file with .nim extension (old behaviour)
- Koch uses this to pass --main:compiler/nim.nim
- Fix includes/links of website.ini
2015-03-13 17:03:57 +01:00
Andreas Rumpf
5f347fad66 Merge pull request #2268 from ziotom78/devel
New templates for getting the limits of FP types added.
2015-03-13 15:37:15 +01:00
Andreas Rumpf
4341e026b1 Merge pull request #2328 from def-/fix-fifo
Make readFile work with FIFO files
2015-03-13 15:36:30 +01:00
Andreas Rumpf
676e6d8f7c Merge pull request #2334 from teroz/devel
fixed writeln line on log*( logger: RollingFileLogger)
2015-03-13 15:32:31 +01:00
Andreas Rumpf
bbb62ca3a3 Merge pull request #2330 from def-/vm-conversion-error
Improve error message for failed conversion in VM
2015-03-13 15:27:55 +01:00
teroz
8132723317 fixed log*(logger: RollingFileLogger, level: Level,
frmt: string, args: varargs[string, ])
2015-03-13 12:05:02 +02:00
def
c19d6cb620 Fix infinite recursion in semtypes with recursive types
Fixes #2213
2015-03-13 02:17:46 +01:00
def
0255876055 rstgen: Unique reference names in TOC
- Fixes #2269
- Keeps track of higher level section to create unique reference names
2015-03-13 01:32:23 +01:00
Dominik Picheta
d6c957e9b4 Removed osinfo_* modules.
They will be available under the 'osinfo' Nimble package.
2015-03-12 23:40:58 +00:00
def
7daf410f46 Improve error message for failed conversion in VM
- Fixes #2045

- Old one:
  Error: conversion from unknown type to unknown type is invalid
- New one:
  Error: conversion from -1 to [0..255] is invalid
2015-03-12 23:49:49 +01:00
def
ef9a3b4d3b Speed up readLine by using getc_unlocked
- Only on POSIX and Windows (_fgetc_nolock here) systems
- File is locked to our thread before and unlocked after readLine
- About 3 times faster in some simple tests
2015-03-12 22:46:18 +01:00
def
aa7e7ee270 Make readFile work with FIFO files 2015-03-12 21:17:39 +01:00
Dominik Picheta
c707923cc1 Merge pull request #2309 from oderwat/fix-tzname
Fixes tzname on osx (and presumable bsd).
2015-03-12 17:19:04 +00:00
Hans Raaf
798e5c7552 Adding a call to tzset() to implicitly initialize the tzname infos. 2015-03-12 17:00:06 +01:00
def
02432f1052 Add makefile for csources
This should speed up compilation of csources significantly, as it can be
used with "make -j $NUMPROCS"

Only tested on Linux so far
2015-03-12 16:53:11 +01:00
Andreas Rumpf
e0c3b8a452 Merge pull request #2321 from def-/times-js
Fix some compiler warnings in times
2015-03-12 16:18:55 +01:00
Andreas Rumpf
e025b97c1a Merge pull request #2322 from def-/js-typeinfo
Typeinfo for uints in javascript
2015-03-12 16:17:58 +01:00
Andreas Rumpf
4051e436b6 Merge pull request #2320 from aurora/ssl-sigsegv
openssl: do not set mem functions on osx
2015-03-12 16:17:47 +01:00
Araq
45a7c51f0c MD5 module: fixed parameter name 2015-03-12 16:10:42 +01:00
Araq
4077f7d49c fixes #1791 2015-03-12 16:04:44 +01:00
def
1b7d7ae1cb koch: Nimrod -> Nim 2015-03-12 14:03:13 +01:00
def
fe4b6826e6 Make *.sh files executable 2015-03-12 13:59:29 +01:00
def
7707c4c369 Move installer.ini back to nim.ini to fix ./koch csource 2015-03-12 13:50:07 +01:00
Araq
dfc48e76f7 fixes #1819 2015-03-12 13:48:59 +01:00
def
b72528d635 Typeinfo for uints in javascript 2015-03-12 13:16:47 +01:00
def
44e68be13b Fix some compiler warnings in times 2015-03-12 13:15:19 +01:00
Harald Lapp
3ccf667899 do not set mem functions on osx 2015-03-12 12:48:28 +01:00
Araq
aa175e9e57 fixes #1868 2015-03-12 12:17:08 +01:00
Araq
0a0126d49a fixes #794 properly 2015-03-12 11:40:14 +01:00
Araq
3aad16e337 fixes #1845, fixes #2224 2015-03-12 11:08:03 +01:00
Araq
f88678bed4 fixes #2298 2015-03-12 11:08:03 +01:00
Andreas Rumpf
b97207a74c Merge pull request #2307 from def-/test-fixes-2
Test fixes 2
2015-03-12 11:03:08 +01:00
Andreas Rumpf
5af28b9ea1 Merge pull request #2318 from oderwat/upd-sortitby
Better documentation and rename of sortByIt().
2015-03-12 02:00:41 +01:00
Andreas Rumpf
9a2b7ef641 Merge pull request #2319 from reactormonk/warning-for-result
do not warn about gensym'd results
2015-03-12 01:59:45 +01:00
Araq
f514be0772 fixes #2286 2015-03-12 01:45:15 +01:00
Araq
5a21892da0 fixes #2287 2015-03-12 01:45:14 +01:00
Araq
970e98718d code cleanup 2015-03-12 01:45:13 +01:00
Simon Hafner
8993c7672d do not warn about gensym'd results 2015-03-11 19:21:27 -05:00
Hans Raaf
06ea53e692 Better documentation and rename of sortByIt(). 2015-03-11 22:22:58 +01:00
Dominik Picheta
1a98de8712 Merge pull request #2317 from apense/devel
Added Sublime Text support link
2015-03-11 20:52:38 +00:00
Jonathan Edwards
50ed39fd66 Merge remote-tracking branch 'upstream/devel' into devel 2015-03-11 16:26:10 -04:00
Jonathan Edwards
2f7d248090 Added Sublime Text support link 2015-03-11 16:12:14 -04:00
Araq
6dbd41e875 fixes #2316 2015-03-11 20:11:08 +01:00