Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-04 | Remove dead makefiles and shuffle around docs. | Ori Bernstein | |
2017-01-03 | Add regex escaping. | Ori Bernstein | |
2016-10-08 | Rename mc.1 to 6m.1. | Ryan Roden-Corrent | |
The executable itself is called 6m, so rename the manpage to match. This avoids a potential conflict with Midnight Commander, which is called 'mc' on some distributions (e.g. ArchLinux). | |||
2016-08-27 | Rename `std.Fail to `std.Err. | Ori Bernstein | |
2016-06-11 | Simplify reluctant match types. | Ori Bernstein | |
2016-06-08 | Add matching that returns indexes. | Ori Bernstein | |
2016-05-24 | Add support for unicode escapes. | Ori Bernstein | |
2016-05-23 | Add suball functionality. | Ori Bernstein | |
Search, but with substitution. | |||
2016-05-23 | add substitution for full matches. | Ori Bernstein | |
2016-05-23 | Refactor thread matching. | Ori Bernstein | |
2016-05-22 | Implement noncapturing groups, '\r', and '\n'. | Ori Bernstein | |
2016-05-19 | Add tracing of steps when in debug mode. | Ori Bernstein | |
2016-05-17 | New syntax for casts. | Ori Bernstein | |
2016-05-17 | The API has changed, and we must change with it. | Ori Bernstein | |
2016-05-16 | Remove debug line that was causing crashes. | Ori Bernstein | |
2016-05-16 | Add better regex debugging. | Ori Bernstein | |
2016-05-16 | Add redump to installed binaries. | Ori Bernstein | |
What can I say, it's useful. | |||
2016-05-16 | Remove outdated comments. | Ori Bernstein | |
2016-05-15 | add compileast() function for libregex. | Ori Bernstein | |
2016-05-11 | Implement regex.search() | Ori Bernstein | |
2016-02-05 | change slgrow to take a pointer | andrewc | |
2016-02-02 | Make slpush take an address. | Ori Bernstein | |
2016-01-23 | Move away from ".use" suffix. | Ori Bernstein | |
2015-12-24 | Land char iterators. | Ori Bernstein | |
2015-12-14 | Initial support for void as an expression. | Ori Bernstein | |
2015-12-02 | Use std.mk | Ori Bernstein | |
It's part of libstd now. | |||
2015-12-01 | Fix memory leak. | Ori Bernstein | |
We weren't freeing the bit set. | |||
2015-10-10 | Some API tweaks to make things match the docs. | Ori Bernstein | |
2015-10-05 | Fix compilaton. | Ori Bernstein | |
We now return the error in the result. Let's use it. | |||
2015-10-04 | Make the interface for libbio expose errors. | Ori Bernstein | |
Filling in all the error conditions correctly is only lightly tested, but it seems to work. | |||
2015-10-04 | Delete leftover junk from importing libraries. | Ori Bernstein | |
2015-10-01 | Update the C glue library detection. | Ori Bernstein | |
We still need to propagate the extra libs, though. | |||
2015-10-01 | Fix up error formatting in libregex. | Ori Bernstein | |
Also add support for '\*' escape sequence. | |||
2015-09-30 | Fix FreeBSD port. Add missing files, and some ABI issues. | Ori Bernstein | |
2015-09-26 | Remove regex test dependency on installed libs. | Ori Bernstein | |
I should really get around to adding the global include feature. | |||
2015-09-18 | Don't use installed libstd for bld.sub | Ori Bernstein | |
2015-09-15 | Move to use 'for var i = ...' construct. | Ori Bernstein | |
2015-09-04 | Include all deps explicitly. | Ori Bernstein | |
Since we're bootstrapping this stuff, the include path needs to include all the directories in lib/ | |||
2015-08-26 | Move Myrddin libs to lib/ subdirectory. | Ori Bernstein | |