summary refs log tree commit diff stats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* fixes base64 moduleAraq2013-08-151-6/+8
|
* fixes a long standing channels bugAraq2013-08-092-1/+3
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-08-071-2/+14
|\
| * sockets.send now throws an exception when a non-blocking socket isDominik Picheta2013-08-041-2/+14
| | | | | | | | passed to it.
* | new VM: implemented constructors and jump optimizerAraq2013-08-071-1/+1
| |
* | bugfix createDir for solarisAraq2013-08-071-1/+4
|/
* new VM: next stepsAraq2013-08-031-23/+46
|
* Improved documentation for macros.newProc.Dominik Picheta2013-07-311-0/+3
|
* fixes #532Araq2013-08-011-1/+1
|
* Merge pull request #533 from gradha/pr_helper_procsAraq2013-07-312-4/+87
|\ | | | | Adds some helper procs
| * Adds findAll() convenience procs to xmltree.Grzegorz Adam Hankiewicz2013-07-201-0/+37
| |
| * Notes kind() getter is used to read TXmlNode.k field.Grzegorz Adam Hankiewicz2013-07-191-1/+1
| |
| * Adds convenience expandTilde proc around getHomeDir.Grzegorz Adam Hankiewicz2013-07-191-0/+24
| |
| * Adds convenience copyFileWithPermissions to os module.Grzegorz Adam Hankiewicz2013-07-191-3/+25
| |
* | Merge pull request #530 from EXetoC/masterAraq2013-07-311-0/+11
|\ \ | | | | | | Missing SDL_image symbols
| * | dynlibEXetoC2013-07-181-2/+4
| | |
| * | Add missing SDL symbols.EXetoC2013-07-181-0/+9
| |/
* | Merge pull request #523 from exhu/x11fixAraq2013-07-3110-1159/+951
|\ \ | | | | | | X11, cairo bindings fixes
| * | Moved complex pragmas for xlib and cairo into separate included files. Fixed ↵Yury Benesh2013-07-158-322/+263
| | | | | | | | | | | | xkb bindings.
| * | Fixed xrender.nim for use_pkg_configYury Benesh2013-07-091-2/+5
| | |
| * | Added use_pkg_config, use_pkg_config_static conditionals to xlib, cairoYury Benesh2013-07-093-7/+13
| | |
| * | Fixed XClientMessageEvent struct, added equals operator fot TAtom from ↵Yury Benesh2013-07-072-2/+11
| | | | | | | | | | | | unsigned, added xclient union field access proc to XEvent
| * | Some fixes to xlib wrapperYury Benesh2013-07-062-1/+3
| | |
| * | Added pkg-config support to xlib, xrender, cairo, cairoxlibYury Benesh2013-07-044-885/+705
| | |
| * | Fixed libX11, libXrender bindings for macos and linux.Yury Benesh2013-07-042-18/+29
| | |
* | | Fixes graphics.drawEllipse.Dominik Picheta2013-07-271-1/+4
| | | | | | | | | | | | | | | | | | It failed because a Natural cannot be negative but drawEllipse tried to set negative values to a Natural variable; this variable's type was changed to an Int.
* | | Fixes #543.Dominik Picheta2013-07-271-1/+2
| | | | | | | | | | | | Changed signature of SetVideoMode so that the flags param is a uint32.
* | | bugfix: system.& for sequencesAraq2013-07-271-2/+2
| | |
* | | Added macros.newIfStmt and macros.newVarStmt.Dominik Picheta2013-07-251-1/+23
| | |
* | | Merge pull request #527 from jbe/masterAraq2013-07-241-10/+10
|\ \ \ | | | | | | | | export pointer types for SDL event objects
| * | | export pointer types for SDL event objectsjbe2013-07-171-10/+10
| | | |
* | | | added macros.genSymAraq2013-07-241-3/+10
| | | |
* | | | Fixes OSError deprecation warning.Dominik Picheta2013-07-211-1/+1
| | | |
* | | | Merge branch 'master' of github.com:Araq/NimrodAraq2013-07-209-23/+537
|\ \ \ \ | | |_|/ | |/| |
| * | | Fixed libzip path for Arch Linux.Dominik Picheta2013-07-171-1/+1
| |/ /
| * | Documents copyFile not copying attributes on posix.Grzegorz Adam Hankiewicz2013-07-161-2/+7
| | |
| * | Warns to not modify string findAll is iterating over.Grzegorz Adam Hankiewicz2013-07-161-1/+4
| | |
| * | Explains parseHex initialization quirk.Grzegorz Adam Hankiewicz2013-07-161-2/+26
| | |
| * | Adds some examples to JoinPath and / procs.Grzegorz Adam Hankiewicz2013-07-161-7/+25
| | |
| * | Merge pull request #504 from ventor3000/masterAraq2013-07-072-0/+450
| |\ \ | | | | | | | | modules poly and numeric added
| | * | Fixed some minor stuff in module polyRobert Persson2013-07-071-15/+9
| | | | | | | | | | | | | | | | | | | | Removed the stupid initPolyFromDegree which only served ro re-allocate results. Also fixed some minor stuff with nil return values in roots.
| | * | Optimized integrate function in module polyRobert Persson2013-07-071-10/+16
| | | | | | | | | | | | | | | | | | | | Rewrote the integrate function since the old one was quite hacky. The new one is about 7 times faster in release and 3 times faster in debug
| | * | Optimized divMod in polyRobert Persson2013-07-031-13/+11
| | | | | | | | | | | | | | | | | | | | Made a huge speed improvement in debug mode. Only a few % in release, but the memory load should be somewhat lower.
| | * | Fixed a mixed bag of stuff poly and numericRobert Persson2013-07-032-51/+42
| | | |
| | * | Cleanup of poly an numeric modulesRobert Persson2013-07-022-63/+0
| | | | | | | | | | | | | | | | Removed some test code
| | * | Added poly and numeric modulesRobert Persson2013-07-022-0/+524
| | |/
| * | Merge pull request #513 from gradha/pr_extends_alignAraq2013-07-071-6/+14
| |\ \ | | | | | | | | Extends align proc with default padding parameter.
| | * | Extends align proc with default padding parameter.Grzegorz Adam Hankiewicz2013-07-051-6/+14
| | | |
| * | | Documents passC/passL pragmas. Refs #506.Grzegorz Adam Hankiewicz2013-07-051-3/+9
| |/ /
| * / Silences debug echo.Grzegorz Adam Hankiewicz2013-07-041-1/+1
| |/