|
|
|
@241
|
[241]
|
11/18/11 01:39:22 |
Abscissa |
Another 64bit fix. |
|
|
|
@240
|
[240]
|
11/17/11 23:27:15 |
Abscissa |
Fixed for 64bit |
|
|
|
@236
|
[236]
|
10/24/11 06:40:53 |
Abscissa |
Minor fix for DMD 2.056 |
|
|
|
@232
|
[232]
|
09/07/11 00:01:01 |
Abscissa |
DMD 2.055 compatibility. |
|
|
|
@230
|
[230]
|
08/03/11 01:55:05 |
Abscissa |
rdmdAlt: Applied fix for DMD #6102: [RDMD] Changing a string import file … |
|
|
|
@227
|
[227]
|
07/20/11 02:08:44 |
Abscissa |
(NB) Now works with DMD 2.054. |
|
|
|
@224
|
[224]
|
05/30/11 17:50:05 |
Abscissa |
(NB) util.text: Added HTML escaping. |
|
|
|
@220
|
[220]
|
05/07/11 04:42:14 |
Abscissa |
(NB) Attempt to work around a problem with the DMD 2.053 beta. |
|
|
|
@202
|
[202]
|
03/08/11 23:33:29 |
Abscissa |
(NB) all: Fixed: In D2, compile-time constants use the 'enum' abomination, … |
|
|
|
@193
|
[193]
|
03/08/11 02:01:59 |
Abscissa |
(NB) util.text: Fixed a unittest that failed to compile after last commit. |
|
|
|
@192
|
[192]
|
03/08/11 01:37:04 |
Abscissa |
(B) all: Updated to (and now requires) DMD 2.052 |
|
|
|
@185
|
[185]
|
03/05/11 03:00:38 |
Abscissa |
(B) util: Removed obsolete D2/Phobos compatibility modules (and some minor … |
|
|
|
@174
|
[174]
|
10/17/10 04:27:17 |
Abscissa |
(NB) util.text: Added opCmp and toHash to 'Insensitive'. |
|
|
|
@173
|
[173]
|
10/17/10 03:39:20 |
Abscissa |
(NB) util.text: Added 'Insensitive' for case-insensitive strings. |
|
|
|
@170
|
[170]
|
10/09/10 21:35:26 |
Abscissa |
(NB)
- util.mixins: Fixed: getter/getterLazy broken on assoc arrays.
- … |
|
|
|
@168
|
[168]
|
10/04/10 00:42:08 |
Abscissa |
(NB)
lib: Fixed util.text.locatePatternPrior(array,array)
cmdlineparser: … |
|
|
|
@165
|
[165]
|
09/13/10 03:18:29 |
Abscissa |
(NB) util.text: Fixed 'to*EOL' funcs. |
|
|
|
@164
|
[164]
|
09/13/10 01:59:07 |
Abscissa |
(B)
- cmd: Ported 'prompt()' to D2/Phobos.
- util.io: Renamed … |
|
|
|
@161
|
[161]
|
09/09/10 18:07:00 |
Abscissa |
(NB)
- Moved lib unittests into separate 'unittests' app.
- … |
|
|
|
@158
|
[158]
|
09/07/10 23:03:07 |
Abscissa |
(NB) lib: Created util.process with 'createPipe' and rough initial version … |
|
|
|
@157
|
[157]
|
09/05/10 03:10:43 |
Abscissa |
(NB) util.text: Minor improvement to unindent documentation. |
|
|
|
@156
|
[156]
|
09/05/10 00:02:36 |
Abscissa |
(NB)
- util.text: Added normalize.
- util.text: Added versions of … |
|
|
|
@155
|
[155]
|
09/04/10 23:27:27 |
Abscissa |
(NB)
- util.text: Created stripLines* functions.
- util.ctfe: Fixed: … |
|
|
|
@154
|
[154]
|
09/04/10 21:50:51 |
Abscissa |
(NB)
- util.text: Merged ctfe and runtime versions of unindent.
- … |
|
|
|
@153
|
[153]
|
09/04/10 21:04:10 |
Abscissa |
(NB)
- util: Fixed ctfe, indent and unindent.
- util.ctfe: Added … |
|
|
|
@152
|
[152]
|
09/04/10 17:54:54 |
Abscissa |
(NB)
- util: In the middle of some ctfe/unindent improvements.
- … |
|
|
|
@151
|
[151]
|
09/03/10 05:23:43 |
Abscissa |
(NB)
- util.text: Added indent/unindent.
- util.text: Added unittests for … |
|
|
|
@135
|
[135]
|
07/29/10 15:11:29 |
Abscissa |
(NB): lib/stbuild: Fixed: Critical bugs from switch to D2. |
|
|
|
@134
|
[134]
|
07/29/10 03:01:14 |
Abscissa |
(B) lib/stbuild: Converted to D2/Phobos. |
|
|
|
@118
|
[118]
|
02/16/10 19:11:29 |
Abscissa |
(NB) lib: Fixed: util.text.startsWith("", "foo") returns true. |
|
|
|
@116
|
[116]
|
02/15/10 21:01:30 |
Abscissa |
(NB) all: Added appropriate svn properties. |
|
|
|
@111
|
[111]
|
02/13/10 20:58:10 |
Abscissa |
(NB) lib: Created initial D2 and Phobos migration layers … |
|
|
|
@104
|
[104]
|
12/03/09 18:23:06 |
Abscissa |
(B) lib: Moved 'os' and 'ver' into 'util' |
|
|
|
@100
|
[100]
|
12/02/09 15:04:02 |
Abscissa |
(NB)
- lib: Fixed: util is prone to DMD's forward reference issues.
- lib: … |
|
|
|
@99
|
[99]
|
11/30/09 16:45:50 |
Abscissa |
(B) - util.io: Replaced 'readNullTerminatedWString' with templated … |
|
|
|
@98
|
[98]
|
11/28/09 20:13:14 |
Abscissa |
(B) Improvements to util.text:
- Removed obsolete stuff.
- Renamed … |
|
|
|
@96
|
[96]
|
11/16/09 20:52:07 |
Abscissa |
(NB) - stbuild: Initial attempt at adding xfbuild support, I think I'm … |
|
|
|
@94
|
[94]
|
11/15/09 00:31:42 |
Abscissa |
(B) - lib: Lots of work, mostly on mixins/ctfe, and minor misc cleanups.
- … |
|
|
|
@44
|
[44]
|
06/23/09 07:18:27 |
Nick Sabalausky |
Added module semitwist.cmd |
|
|
|
@43
|
[43]
|
05/16/09 19:00:28 |
Nick Sabalausky |
(B) Misc fixes and improvements |
|
|
|
@40
|
[40]
|
04/26/09 15:55:14 |
Nick Sabalausky |
(B)
- Improved build system
- Renamed stformat to sformat
- Fixed: JSON … |
|
|
|
@37
|
[37]
|
04/25/09 14:41:29 |
Nick Sabalausky |
Big improvements to util.mixins, util.functional, and util.deferAssert … |
|
|
|
@31
|
[31]
|
04/01/09 00:44:09 |
Nick Sabalausky |
(B) Minor improvements |
|
|
|
@25
|
[25]
|
03/16/09 22:02:36 |
Nick Sabalausky |
(B) - Improvements to stformat and getter
- CmdLineParser? now exposes … |
|
|
|
@21
|
[21]
|
03/09/09 18:52:42 |
Nick Sabalausky |
Split semitwist.util into multiple modules. |