about summary refs log tree commit diff stats
path: root/061channel.mu
Commit message (Collapse)AuthorAgeFilesLines
* 1618Kartik K. Agaram2015-06-211-2/+2
|
* 1617Kartik K. Agaram2015-06-211-3/+3
|
* 1599Kartik K. Agaram2015-06-191-14/+14
|
* 1372 - new chessboard test no longer hangingKartik K. Agaram2015-05-141-0/+3
| | | | Still failing, though.
* 1370Kartik K. Agaram2015-05-141-1/+1
|
* 1369Kartik K. Agaram2015-05-141-3/+3
| | | | | Delete comment-out marker from inside mu strings. Have to do this manually for now.
* 1368 - alias carriage-return and newlineKartik K. Agaram2015-05-141-2/+8
| | | | | | | CRLF still shows as two newlines, though. Cross that bridge when we get to it. The new chessboard test is still hanging, though.
* 1363 - rename 'integer' to 'number'Kartik K. Agaram2015-05-131-77/+77
| | | | ..now that we support non-integers.
* 1329Kartik K. Agaram2015-05-101-0/+11
|
* 1323 - keyboard supports backspace and newlineKartik K. Agaram2015-05-101-1/+30
| | | | | | Lots mixed into this commit: some off-by-one errors in display.cc a new transform to translate jump labels that I'd somehow never gotten around to supporting
* 1316Kartik K. Agaram2015-05-091-2/+2
| | | | buffer-lines works, at least.
* 1308Kartik K. Agaram2015-05-081-0/+77
|
* 1276 - make C++ version the defaultKartik K. Agaram2015-05-051-0/+266
I've tried to update the Readme, but there are at least a couple of issues.
a> 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 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367