sort.c

Branch


Log

Author Commit Date CI Message
Thomas de Grivel d81bc5f5 2025-09-20T17:59:17 fix off-by-minus-one when converting \r\n at end of line
Thomas de Grivel 0f197fd6 2025-09-20T17:19:57 fix compilation on NetBSD
Thomas de Grivel 062a0b02 2025-09-20T17:00:58 sort.c using qsort
Thomas de Grivel cbbd96e6 2025-09-20T16:57:53 new version using qsort
Thomas de Grivel 35f307e1 2025-09-20T05:01:28 add paren
Thomas de Grivel 5991f44f 2025-09-20T03:39:10 use memcmp instead of strncmp
Thomas de Grivel 6e5e2478 2025-09-20T03:34:39 fix build on Linux (Debian)
Thomas de Grivel bb61366d 2025-09-20T03:29:27 add -u option for unique lines
Thomas de Grivel a3fd1461 2025-09-20T03:06:58 sort stdin to stdout using naïve insertion sort