aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/test/lux/data/text.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-06- Removed "lux text upper" and "lux text lower" procedures.Eduardo Julian1-8/+0
2017-11-29- Changed the identifier separator, from the semi-colon (;) to the period/dot...Eduardo Julian1-54/+54
2017-11-28- Re-named the "." function to "compose" and moved it to lux/function.Eduardo Julian1-1/+1
2017-11-27- Got rid of even more dots.Eduardo Julian1-2/+2
2017-11-27- Changed the prefixes of numeric functions.Eduardo Julian1-11/+11
2017-11-14- Removed "lux text last-index" procedure.Eduardo Julian1-7/+6
2017-10-26- 2 tests in the stdlib got fixed after the random unicode text fix.Eduardo Julian1-1/+1
2017-10-20- Replaced the "#seed" and "#times" options for "seed" and "times" test combi...Eduardo Julian1-87/+94
2017-10-11- Added seeds for failing tests.Eduardo Julian1-0/+1
2017-07-22- Removed the "M" suffix from monadic functions.Eduardo Julian1-1/+1
2017-07-02- Lux no longer has a Char primitive data-type.Eduardo Julian1-23/+22
2017-07-01- Text no longer has a codec (because the decoding didn't handle unicode esca...Eduardo Julian1-13/+0
2017-06-19- In lux/test, renamed "test:" to "context:", and "assert" to "test".Eduardo Julian1-86/+86
2017-05-24- Renamed ^=> to ^multi.Eduardo Julian1-8/+8
2017-04-06- Renamed lux/data/text;replace to replace-all.Eduardo Julian1-1/+1
2017-04-05- Moved lux/lexer and lux/lexer/regex to lux/data/text/lexer and lux/data/tex...Eduardo Julian1-3/+3
2017-04-03- Renamed lux/codata/* to lux/function/* and moved the lux/codata/coll/stream...Eduardo Julian1-1/+0
2017-04-03- Implemented Int encoding/decoding in the standard library.Eduardo Julian1-1/+1
2017-03-24- Moved lux/random to lux/math/random.Eduardo Julian1-1/+1
2017-02-22- Implemented a variety of new procedures for text, chars, math and arrays.Eduardo Julian1-4/+4
2017-02-16- Implemented several new procedures.Eduardo Julian1-4/+4
2017-01-26- Changed the license from MPL 2.0 to MIT.Eduardo Julian1-5/+0
2017-01-25- Moved the lux/data/struct/* modules to lux/data/coll/*.Eduardo Julian1-17/+18
2017-01-06- Renamed lux/math/random to lux/random.Eduardo Julian1-1/+1
2017-01-01- Separators in a test for text functions will now be 1-char long, to avoid f...Eduardo Julian1-4/+3
2016-12-20- Updated tests and fixed code for lux/codata/struct/stream, lux/concurrency/...Eduardo Julian1-3/+7
2016-12-12- No longer using record syntax in certain macros.Eduardo Julian1-3/+3
2016-12-12- Small fixes, refactorings and expansions.Eduardo Julian1-7/+11
2016-12-02- Changed the names of math op functions to make them more consistent and sim...Eduardo Julian1-11/+11
2016-12-01- Simplified the Test type.Eduardo Julian1-17/+21
2016-12-01- Collected the Lux compiler's repo, the Standard Library's, the Leiningen pl...Eduardo Julian1-0/+150