aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/test/lux/data/text.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Integrated tests into normal source code.Eduardo Julian2019-02-051-143/+0
* Changed the naming style for structures.Eduardo Julian2019-02-041-4/+4
* Removed temporary "|" prefix on Nat.Eduardo Julian2018-07-281-12/+12
* Temporary commit to get rid of "+" signs for Nat.Eduardo Julian2018-07-281-12/+12
* "^open" and "open:" now use aliases instead of prefixes, the same way as modu...Eduardo Julian2018-07-201-3/+3
* No longer giving default aliases to un-prefixed imports.Eduardo Julian2018-07-201-3/+1
* - New syntax for bit values: "#0" and "#1", instead of "false" and "true".Eduardo Julian2018-07-141-3/+3
* - Improvements to import syntax [part 2].Eduardo Julian2018-07-111-9/+13
* - Improvements to import syntax [part 0].Eduardo Julian2018-07-101-1/+1
* - Re-named path "lux/data/coll/*" to "lux/data/collection/*".Eduardo Julian2018-07-101-1/+1
* - Re-named "equality" to "equivalence".Eduardo Julian2018-07-051-2/+2
* - Added dedicated unicode support for text.Eduardo Julian2018-05-131-7/+7
* - Removed "lux text upper" and "lux text lower" procedures.Eduardo Julian2018-05-061-8/+0
* - Changed the identifier separator, from the semi-colon (;) to the period/dot...Eduardo Julian2017-11-291-54/+54
* - Re-named the "." function to "compose" and moved it to lux/function.Eduardo Julian2017-11-281-1/+1
* - Got rid of even more dots.Eduardo Julian2017-11-271-2/+2
* - Changed the prefixes of numeric functions.Eduardo Julian2017-11-271-11/+11
* - Removed "lux text last-index" procedure.Eduardo Julian2017-11-141-7/+6
* - 2 tests in the stdlib got fixed after the random unicode text fix.Eduardo Julian2017-10-261-1/+1
* - Replaced the "#seed" and "#times" options for "seed" and "times" test combi...Eduardo Julian2017-10-201-87/+94
* - Added seeds for failing tests.Eduardo Julian2017-10-111-0/+1
* - Removed the "M" suffix from monadic functions.Eduardo Julian2017-07-221-1/+1
* - Lux no longer has a Char primitive data-type.Eduardo Julian2017-07-021-23/+22
* - Text no longer has a codec (because the decoding didn't handle unicode esca...Eduardo Julian2017-07-011-13/+0
* - In lux/test, renamed "test:" to "context:", and "assert" to "test".Eduardo Julian2017-06-191-86/+86
* - Renamed ^=> to ^multi.Eduardo Julian2017-05-241-8/+8
* - Renamed lux/data/text;replace to replace-all.Eduardo Julian2017-04-061-1/+1
* - Moved lux/lexer and lux/lexer/regex to lux/data/text/lexer and lux/data/tex...Eduardo Julian2017-04-051-3/+3
* - Renamed lux/codata/* to lux/function/* and moved the lux/codata/coll/stream...Eduardo Julian2017-04-031-1/+0
* - Implemented Int encoding/decoding in the standard library.Eduardo Julian2017-04-031-1/+1
* - Moved lux/random to lux/math/random.Eduardo Julian2017-03-241-1/+1
* - Implemented a variety of new procedures for text, chars, math and arrays.Eduardo Julian2017-02-221-4/+4
* - Implemented several new procedures.Eduardo Julian2017-02-161-4/+4
* - Changed the license from MPL 2.0 to MIT.Eduardo Julian2017-01-261-5/+0
* - Moved the lux/data/struct/* modules to lux/data/coll/*.Eduardo Julian2017-01-251-17/+18
* - Renamed lux/math/random to lux/random.Eduardo Julian2017-01-061-1/+1
* - Separators in a test for text functions will now be 1-char long, to avoid f...Eduardo Julian2017-01-011-4/+3
* - Updated tests and fixed code for lux/codata/struct/stream, lux/concurrency/...Eduardo Julian2016-12-201-3/+7
* - No longer using record syntax in certain macros.Eduardo Julian2016-12-121-3/+3
* - Small fixes, refactorings and expansions.Eduardo Julian2016-12-121-7/+11
* - Changed the names of math op functions to make them more consistent and sim...Eduardo Julian2016-12-021-11/+11
* - Simplified the Test type.Eduardo Julian2016-12-011-17/+21
* - Collected the Lux compiler's repo, the Standard Library's, the Leiningen pl...Eduardo Julian2016-12-011-0/+150