index
:
ori/mc.git
0.2
abi
autoexpr
autovar
bettermatch
biofunc
callee-save
closures
dependent-tags
fixtraits
freebsd-port
hashtraits
integrated
kill-sleq
libmath-merge
master
matchcomp
mbld-rebase
mbld2
mpkg
netbsd-port
peephole-opt
poller
qbe
struct-lit
threadwork
tls
trait-syntax
update-bootstrap
The Myrddin compiler.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
regex
Age
Commit message (
Expand
)
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
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
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
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
2015-12-01
Fix memory leak.
Ori Bernstein
2015-10-10
Some API tweaks to make things match the docs.
Ori Bernstein
2015-10-05
Fix compilaton.
Ori Bernstein
2015-10-04
Make the interface for libbio expose errors.
Ori Bernstein
2015-10-04
Delete leftover junk from importing libraries.
Ori Bernstein
2015-10-01
Update the C glue library detection.
Ori Bernstein
2015-10-01
Fix up error formatting in libregex.
Ori Bernstein
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
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
2015-08-26
Move Myrddin libs to lib/ subdirectory.
Ori Bernstein