Commit Graph

33 Commits

Author SHA1 Message Date
Diomidis Spinellis 8039955354 Add support for GNU ~step address ranges 2026-01-28 08:40:54 +01:00
Diomidis Spinellis a0d82d678d Support ranges starting from line 0
This is a GNU extension that starts the range as latched.
While at it, also fix the handling of ranges straddling independent
files.
2026-01-28 08:40:54 +01:00
Sylvestre Ledru 5d452d4174 link to the sed tracking project 2026-01-11 21:12:00 +01:00
Sylvestre Ledru 3fa2227ebf Run against the GNU implementation (#223)
* Add a script to run the sed testsuite

* run the gnu testsuite in the ci

* remove useless comment
2025-12-21 13:05:37 +01:00
Sylvestre Ledru 8b6ff1d86a generate the sed binary directly 2025-12-14 18:07:22 +01:00
Sylvestre Ledru 380a0a74d6 README: explain how to call it sed 2025-11-23 22:43:46 +01:00
Sylvestre Ledru c47f7c94fb README: improve the syntax 2025-11-23 22:39:44 +01:00
Diomidis Spinellis 56ad3e9f4f Update progress status 2025-08-08 15:57:44 +03:00
Diomidis Spinellis 80a7d0288c Support GNU syntax for the a, c, i commands
The original POSIX behavior is now available under --posix.

Issue: #86
2025-07-27 13:21:59 +03:00
Diomidis Spinellis 602a23dae6 Adjust README to reflect the merging of #77 2025-06-04 11:30:54 +03:00
Sylvestre Ledru 0b390c06d1 Merge branch 'main' into aci-commands 2025-06-04 09:20:10 +02:00
Sylvestre Ledru a60f078945 fix a typo (to retrigger the CI) 2025-06-01 16:41:59 +02:00
Diomidis Spinellis a2e19695ff Add in-place editing support 2025-05-30 19:52:52 +03:00
Diomidis Spinellis 18cf3fc52c Add l and Q commands, extended with GNU number 2025-05-30 10:39:34 +03:00
Diomidis Spinellis 27bdec6409 Merge branch 'optimize' into aci-commands 2025-05-28 15:39:44 +03:00
Diomidis Spinellis eb64104a21 Support replacement group \0 as synonym for & 2025-05-24 19:12:49 +03:00
Diomidis Spinellis a233619686 Update status 2025-05-23 18:30:14 +03:00
Daniel Hofstetter bdfa28b499 README.md: fix typo 2025-05-18 15:36:35 +02:00
Diomidis Spinellis 039d629122 Implement processing of branch (b and t) commands 2025-05-17 19:40:34 +03:00
Diomidis Spinellis fa5910d4e2 Report error on duplicate labels
While at it fix the label population to avoid defining labels for the
branch command targets.
2025-05-17 19:40:27 +03:00
Diomidis Spinellis fa853c027a Implement the transliteration command 2025-05-13 20:24:56 +03:00
Diomidis Spinellis 17bde5faa5 Merge remote-tracking branch 'upstream' into process 2025-05-11 17:19:17 +03:00
Diomidis Spinellis 2aaa6beb9a Add link to original implementation 2025-05-10 14:01:31 +03:00
Diomidis Spinellis fa7a9061d6 Implement compilation for the s command 2025-05-10 13:53:37 +03:00
Sylvestre Ledru 3bbee8dc56 Update README.md 2025-05-10 08:49:18 +02:00