Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | patch 7.4.1927v7.4.1927 | Bram Moolenaar | 2016-06-13 | 1 | -2/+2 |
| | | | | | Problem: Compiler warning for signed/unsigned. Solution: Add type cast. | ||||
* | patch 7.4.1897v7.4.1897 | Bram Moolenaar | 2016-06-04 | 1 | -1/+2 |
| | | | | | Problem: Various typos, long lines and style mistakes. Solution: Fix the typos, wrap lines, improve style. | ||||
* | patch 7.4.1870v7.4.1870 | Bram Moolenaar | 2016-06-02 | 1 | -1/+1 |
| | | | | | Problem: One more Win64 compiler warning. Solution: Change declared argument type. (Ken Takata) | ||||
* | patch 7.4.1863v7.4.1863 | Bram Moolenaar | 2016-06-01 | 1 | -3/+3 |
| | | | | | Problem: Compiler warnings on Win64. Solution: Adjust types, add type casts. (Ken Takata) | ||||
* | patch 7.4.1688v7.4.1688 | Bram Moolenaar | 2016-03-30 | 1 | -0/+25 |
| | | | | | Problem: MzScheme does not support partial. Solution: Add minimal partial support. (Ken Takata) | ||||
* | patch 7.4.1678v7.4.1678 | Bram Moolenaar | 2016-03-28 | 1 | -1/+1 |
| | | | | | Problem: Warning for unused argument. Solution: Add UNUSED. (Dominique Pelle) | ||||
* | patch 7.4.1611v7.4.1611 | Bram Moolenaar | 2016-03-19 | 1 | -3/+3 |
| | | | | | | Problem: The versplit feature makes the code uneccessary complicated. Solution: Remove FEAT_VERTSPLIT, always support vertical splits when FEAT_WINDOWS is defined. | ||||
* | patch 7.4.1402v7.4.1402 | Bram Moolenaar | 2016-02-23 | 1 | -0/+16 |
| | | | | | Problem: GTK 3 is not supported. Solution: Add GTK 3 support. (Kazunobu Kuriyama) | ||||
* | patch 7.4.1349v7.4.1349 | Bram Moolenaar | 2016-02-18 | 1 | -2/+2 |
| | | | | | Problem: And some more MingW compiler warnings. (Cesar Romani) Solution: Add type casts. | ||||
* | patch 7.4.1208v7.4.1208 | Bram Moolenaar | 2016-01-30 | 1 | -1/+1 |
| | | | | | | Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi) | ||||
* | patch 7.4.1203v7.4.1203 | Bram Moolenaar | 2016-01-30 | 1 | -2/+19 |
| | | | | | Problem: Still more files still using __ARGS. Solution: Remove __ARGS in really the last files. | ||||
* | patch 7.4.1162v7.4.1162 | Bram Moolenaar | 2016-01-24 | 1 | -1/+1 |
| | | | | | Problem: Missing error number in MzScheme. (Dominique Pelle) Solution: Add a proper error number. | ||||
* | patch 7.4.1154v7.4.1154 | Bram Moolenaar | 2016-01-23 | 1 | -3/+11 |
| | | | | | | Problem: No support for JSON. Solution: Add jsonencode() and jsondecode(). Also add v:false, v:true, v:null and v:none. | ||||
* | patch 7.4.1104v7.4.1104 | Bram Moolenaar | 2016-01-16 | 1 | -108/+264 |
| | | | | | | Problem: Various problems building with MzScheme/Racket. Solution: Make it work with new versions of Racket. (Yukihiro Nakadaira, Ken Takata) | ||||
* | patch 7.4.793v7.4.793 | Bram Moolenaar | 2015-07-21 | 1 | -1/+1 |
| | | | | | Problem: Can't specify when not to ring the bell. Solution: Add the 'belloff' option. (Christian Brabandt) | ||||
* | patch 7.4.772v7.4.772 | Bram Moolenaar | 2015-07-10 | 1 | -2/+8 |
| | | | | | Problem: Racket 6.2 is not supported on MS-Windows. Solution: Check for the "racket" subdirectory. (Weiyong Mao) | ||||
* | updated for version 7.3.925v7.3.925 | Bram Moolenaar | 2013-05-06 | 1 | -3/+3 |
| | | | | | Problem: Typos in source files. Solution: Fix the typos. (Ken Takata) | ||||
* | updated for version 7.3.798v7.3.798 | Bram Moolenaar | 2013-01-31 | 1 | -0/+31 |
| | | | | | Problem: MzScheme: circular list does not work correctly. Solution: Separate Mac-specific code from generic code. (Sergey Khorev) | ||||
* | updated for version 7.3.795v7.3.795 | Bram Moolenaar | 2013-01-30 | 1 | -8/+16 |
| | | | | | | Problem: MzScheme does not build with tiny features. Solution: Add #ifdefs. Also add UNUSED to avoid warnings. And change library ordering. | ||||
* | updated for version 7.3.791v7.3.791 | Bram Moolenaar | 2013-01-30 | 1 | -143/+388 |
| | | | | | Problem: MzScheme interface doesn't work propely. Solution: Make it work better. (Sergey Khorev) | ||||
* | updated for version 7.3.732v7.3.732 | Bram Moolenaar | 2012-11-28 | 1 | -6/+7 |
| | | | | | Problem: Compiler warnings for function arguments. Solution: Use inteptr_t instead of long. | ||||
* | updated for version 7.3.689v7.3.689 | Bram Moolenaar | 2012-10-14 | 1 | -1/+2 |
| | | | | | Problem: MzScheme and Lua may use a NULL string. Solution: Use an empty string instead of NULL. (Yukihiro Nakadaira) | ||||
* | updated for version 7.3.441v7.3.441 | Bram Moolenaar | 2012-02-12 | 1 | -39/+39 |
| | | | | | | Problem: Newer versions of MzScheme (Racket) require earlier (trampolined) initialisation. Solution: Call mzscheme_main() early in main(). (Sergey Khorev) | ||||
* | updated for version 7.3.049v7.3.049 | Bram Moolenaar | 2010-11-03 | 1 | -0/+7 |
| | | | | | Problem: PLT has rebranded their Scheme to Racket. Solution: Add support for Racket 5.x. (Sergey Khorev) | ||||
* | updated for version 7.3.034v7.3.034 | Bram Moolenaar | 2010-10-23 | 1 | -2/+2 |
| | | | | | Problem: Win32: may be loading .dll from the wrong directory. Solution: Go to the Vim executable directory when opening a library. | ||||
* | Various small fixes from Dominique Pelle. | Bram Moolenaar | 2010-06-26 | 1 | -29/+29 |
| | |||||
* | updated for version 7.2.336v7.2.336 | Bram Moolenaar | 2010-01-19 | 1 | -0/+221 |
| | | | | | Problem: MzScheme interface can't evaluate an expression. Solution: Add mzeval(). (Sergey Khorev) | ||||
* | updated for version 7.2-320v7.2.320 | Bram Moolenaar | 2009-12-16 | 1 | -50/+4 |
| | |||||
* | updated for version 7.2-247v7.2.247 | Bram Moolenaar | 2009-09-11 | 1 | -3/+5 |
| | |||||
* | updated for version 7.2-226v7.2.226 | Bram Moolenaar | 2009-07-09 | 1 | -2/+2 |
| | |||||
* | updated for version 7.2-216v7.2.216 | Bram Moolenaar | 2009-06-24 | 1 | -1/+1 |
| | |||||
* | updated for version 7.2-191v7.2.191 | Bram Moolenaar | 2009-05-26 | 1 | -443/+898 |
| | |||||
* | updated for version 7.2-181v7.2.181 | Bram Moolenaar | 2009-05-17 | 1 | -4/+2 |
| | |||||
* | updated for version 7.1-021v7.1.021 | Bram Moolenaar | 2007-07-06 | 1 | -1/+15 |
| | |||||
* | updated for version 7.1-015v7.1.015 | Bram Moolenaar | 2007-06-28 | 1 | -2/+1 |
| | |||||
* | updated for version 7.1 | Bram Moolenaar | 2007-05-12 | 1 | -1/+9 |
| | |||||
* | updated for version 7.1bv7.1b | Bram Moolenaar | 2007-05-10 | 1 | -1/+1 |
| | |||||
* | updated for version 7.1a | Bram Moolenaar | 2007-05-05 | 1 | -3/+4 |
| | |||||
* | updated for version 7.0gv7.0g | Bram Moolenaar | 2006-04-30 | 1 | -35/+36 |
| | |||||
* | updated for version 7.0bv7.0b | Bram Moolenaar | 2006-03-24 | 1 | -0/+6 |
| | |||||
* | updated for version 7.0216v7.0216 | Bram Moolenaar | 2006-03-06 | 1 | -1/+1 |
| | |||||
* | updated for version 7.0199v7.0199 | Bram Moolenaar | 2006-02-16 | 1 | -3/+4 |
| | |||||
* | updated for version 7.0197v7.0197 | Bram Moolenaar | 2006-02-14 | 1 | -1/+1 |
| | |||||
* | updated for version 7.0163v7.0163 | Bram Moolenaar | 2005-12-06 | 1 | -10/+0 |
| | |||||
* | updated for version 7.0140v7.0140 | Bram Moolenaar | 2005-09-01 | 1 | -18/+18 |
| | |||||
* | updated for version 7.0089v7.0089 | Bram Moolenaar | 2005-06-21 | 1 | -16/+16 |
| | |||||
* | updated for version 7.0073v7.0073 | Bram Moolenaar | 2005-05-19 | 1 | -3/+125 |
| | |||||
* | updated for version 7.0046v7.0046 | Bram Moolenaar | 2005-01-31 | 1 | -6/+74 |
| | |||||
* | updated for version 7.0044v7.0044 | Bram Moolenaar | 2005-01-25 | 1 | -6/+317 |
| | |||||
* | updated for version 7.0008v7.0008 | Bram Moolenaar | 2004-07-12 | 1 | -7/+16 |
| |