1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344
|
2008-06-10 18:54 wsl
* NEWS, configure.ac: prepare for 1.1.1 release
2008-06-10 18:43 wsl
* makedist: make dist less spammy
2008-06-09 12:42 wsl
* msort.c: tidy up msort32() initialisation loop
2008-06-09 11:12 wsl
* shuffle.c: fix square root rounding bug
2008-06-07 20:38 wsl
* NEWS, unsort.c: fix merge/shuffle interaction bug
2008-06-07 19:58 wsl
* COPYING, NEWS, configure.ac, filebuf.c, msort.c, msort.h,
shuffle.c, shuffle.h, unsort.c: prepare for 1.1.0 release
2008-06-07 19:10 wsl
* bootstrap, makedist: simplify build script
2008-06-07 19:06 wsl
* Makefile: simplify development makefile
2008-06-07 18:53 wsl
* shuffle.c, shuffle.h, unsort.1: fix manpage bug; don't export
shuffle_invert()
2008-06-07 17:12 wsl
* shuffle.c, shuffle.h, unsort.c: make new heuristic fall back to
the old one in certain conditions; don't malloc() in shuffle
algorithm
2008-06-07 15:53 wsl
* shuffle.c: replace heuristic
2008-06-07 15:52 wsl
* unsort.1, unsort.c: add -n and -M options
2008-06-03 18:02 wsl
* Makefile, configure.ac, msort.c, msort.h, shuffle.c: replace the
qsort() call with an optimized sorting routine that doesn't
involve shaving yaks
2008-06-03 12:55 wsl
* unsort.1: manpage updated
2008-06-03 12:40 wsl
* unsort.c: add configuration options, redo help text function
2008-06-03 11:29 wsl
* merge.c, shuffle.c, shuffle.h, unsort.c: extended the shuffling
API and streamlined tlb setup
2008-06-02 23:43 wsl
* merge.c, unsort.c: fix bug in merging initialisation
2008-06-02 23:35 wsl
* merge.c, unsort.c: some bugs ironed out
2008-06-02 22:25 wsl
* Makefile, filebuf.h, iovec.c, iovec.h, merge.c, merge.h,
shuffle.c, shuffle.h, unsort.c: it compiles, ship it!
2008-06-02 22:10 wsl
* filebuf.c, filebuf.h, iovec.c, iovec.h, merge.c, merge.h,
shuffle.c, shuffle.h, unsort.c: add new code to support merging
2008-05-29 20:52 wsl
* merge.c: deal with empty lists; ensure proper 64-bit integer math
2008-05-29 07:11 wsl
* merge.c: make merging more regular and deterministic
2008-05-29 06:35 wsl
* merge.c: initial version of merging algorithm
2007-12-23 00:59 wsl
* NEWS, configure.ac, unsort.c: fixed off by one error in
randomization code
2007-12-20 12:56 wsl
* NEWS, configure.ac: 1.0.2 release
2007-12-20 11:59 wsl
* unsort.1: improve description of --heuristic
2007-12-13 21:52 wsl
* iovec.c, iovec.h, unsort.c: make the line separator an overt
parameter instead of a global variable
2007-12-13 21:47 wsl
* README: explain the idea behind the program a little
2007-11-28 01:01 wsl
* configure.ac, unsort.c: less dumb way to reverse the (effect of)
the seed
2007-11-28 00:30 wsl
* bootstrap, configure.ac: no longer generate configure.ac
2007-11-28 00:27 wsl
* unsort.c: reverse seed for ease of use
2007-11-28 00:22 wsl
* unsort.c: move manual seeding outside of the algorithm for
clarity
2007-11-28 00:16 wsl
* GPLv3: fix trailing whitespace
2007-11-26 18:36 wsl
* ChangeLog, NEWS, bootstrap, makedist: 1.0.1 release
2007-11-26 17:45 wsl
* mt19937ar.c: conversion to ‘unsigned int’ from ‘int’ may change
the sign of the result
2007-11-26 17:44 wsl
* bootstrap: meh
2007-11-26 17:41 wsl
* bootstrap: add the autofsck scripts
2007-11-26 17:40 wsl
* COPYING, GPLv3, mt19937ar.c: licensing
2007-11-26 15:10 wsl
* unsort.c: seed ook unoepsen
2007-11-26 13:39 wsl
* unsort.c: omg kansloos
2007-11-26 01:14 wsl
* mt19937ar_init.c:
2007-11-26 00:38 wsl
* bootstrap, makedist:
2007-11-26 00:34 wsl
* .:
2007-11-26 00:26 wsl
* error.c, error.h, filebuf.c, filebuf.h, iovec.c, iovec.h,
mt19937ar.c, mt19937ar.h, mt19937ar_init.c, mt19937ar_init.h,
unsort.c: licentiemeuck
2007-11-26 00:17 wsl
* bootstrap, unsort.c:
2007-11-26 00:09 wsl
* auto, bootstrap:
2007-11-26 00:09 wsl
* auto/bootstrap:
2007-11-26 00:05 wsl
* auto/bootstrap:
2007-11-26 00:03 wsl
* mt19937ar_init.h: tags
2007-11-26 00:01 wsl
* auto/Makefile.am, auto/bootstrap:
2007-11-25 23:57 wsl
* auto/bootstrap:
2007-11-25 23:53 wsl
* AUTHORS, ChangeLog, NEWS, README, auto/AUTHORS, auto/ChangeLog,
auto/NEWS, auto/README:
2007-11-25 23:47 wsl
* unsort.c: meh
2007-11-25 23:46 wsl
* Makefile, auto/Makefile.am, iovec.c, iovec.h, parse.c, parse.h,
unsort.c: compacter
2007-11-25 23:37 wsl
* Makefile, auto/bootstrap, unsort.1, unsort.c:
2007-11-25 11:46 wsl
* unsort.c: oesp
2007-11-24 23:30 wsl
* auto/AUTHORS, auto/ChangeLog, auto/Makefile.am, auto/NEWS,
auto/README, auto/bootstrap, auto/configure.ac: autofneuk
2007-11-24 22:40 wsl
* filebuf.h, iovec.h, parse.h: .h files juiste includes
2007-11-24 22:37 wsl
* auto, filebuf.c, unsort.c: oesp
2007-11-24 22:27 wsl
* filebuf.c: beperk geheugengebruik
2007-11-24 22:05 wsl
* unsort.c: betere defaults voor seed
2007-11-24 21:50 wsl
* mt19937ar_init.c, unsort.c: oeps
2007-11-24 21:46 wsl
* Makefile, mt19937ar.c, mt19937ar.h, mt19937ar_init.c,
mt19937ar_init.h, unsort.c:
2007-11-24 21:33 wsl
* Makefile, parse.c, parse.h, unsort.c: options
2007-11-24 21:32 wsl
* mt19937ar.c, mt19937ar.h:
2007-11-23 23:12 wsl
* filebuf.c: terugvallen als mmap() niet werkt
2007-11-23 22:56 wsl
* filebuf.c, parse.c: slimmer uit pipe lezen
2007-11-23 21:21 wsl
* Makefile, parse.c, parse.h, unsort.c: parsen apart
2007-11-23 21:17 wsl
* Makefile, iovec.c, iovec.h, unsort.c: iovec-stuff opgesplitst
2007-11-22 23:21 wsl
* filebuf.c: xalloc
2007-11-22 23:20 wsl
* Makefile, error.c, error.h, filebuf.h, unsort.c: af!
2007-11-22 21:43 wsl
* filebuf.c: yay
2007-11-22 21:38 wsl
* filebuf.c: stat() werkt ook op pipes, kennelijk
2007-11-22 21:35 wsl
* Makefile, filebuf.c, filebuf.h, unsort.c: mkay
2007-11-22 20:18 wsl
* filebuf.c, filebuf.h, loader.c, loader.h: naampje
2007-11-22 20:16 wsl
* loader.c, loader.h, unsort.c:
2007-11-22 20:16 wsl
* error.c, error.h:
2007-11-22 19:54 wsl
* error.c, error.h: opgesplitst
2007-11-22 19:52 wsl
* error.c:
2007-11-22 19:51 wsl
* error.c: errors
2007-11-21 22:26 wsl
* ., Makefile, unsort.c: beginnetje
|