CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2018/08/29 01:50:16
Modified files: usr.bin/mg : def.h funmap.c line.c mg.1 Log message: Add set-case-replaced to toggle case-preserving replace on or off. By default, replacing "foo" with "bar" turns "FOO" into "BAR". With case-replace turned off, "FOO" will turn into "bar". OK florian@ tb@