Age | Commit message (Expand) | Author |
2023-10-06 | Correctly reset the goto table for a state. | Todd C. Miller |
2023-10-06 | Update awk to Sep 24, 2023 version. | Todd C. Miller |
2023-10-04 | spelling fix; | Jason McIntyre |
2023-10-04 | openssh-9.5 | Damien Miller |
2023-10-04 | add some cautionary text about % token expansion and shell metacharacters; | Damien Miller |
2023-10-03 | fix link to agent draft; spotted by Jann Horn | Damien Miller |
2023-10-03 | remove unused Pp macro; | Jason McIntyre |
2023-10-02 | Add 'host root port' information to hw.ucomnames. | Kenneth R Westerback |
2023-10-02 | Enable cu(1) -l to accept the usb paths shown in hw.ucomnames. | Kenneth R Westerback |
2023-09-30 | list tracepoints directly in kdump.1 instead of pointing to ktrace.1 | Christian Weisgerber |
2023-09-27 | Use a dynamically-allocated line buffer and resize as needed. | Todd C. Miller |
2023-09-22 | small speed increase: do not bother substituting variables if there are none. | Marc Espie |
2023-09-22 | significantly increase the speed of pkg-config by not going to the env | Marc Espie |
2023-09-21 | --csv is an extension; ok millert | Jason McIntyre |
2023-09-21 | Fix a potential out-of-bounds read caused by the big-endian fix. | Todd C. Miller |
2023-09-21 | Document LC_CTYPE. | Ingo Schwarze |
2023-09-21 | make history less verbose | Jonathan Gray |
2023-09-20 | Support --version option like upstream awk but don't document it. | Todd C. Miller |
2023-09-20 | Use awk_mb_cur_max in nawk_convert() instead of MB_CUR_MAX. | Todd C. Miller |
2023-09-19 | typo; from Jim Spath | Theo de Raadt |
2023-09-19 | Fix a couple of mouse mode flag names. | Nicholas Marriott |
2023-09-19 | Compare int value against 0, not '\0', for consistency. | Todd C. Miller |
2023-09-18 | Fix a bad cast to char * that causes incorrect results on big endian. | Todd C. Miller |
2023-09-18 | Disable utf-8 for non-multibyte locales, such as C or POSIX. | Todd C. Miller |
2023-09-18 | add --csv to usage(), and reformat it to match manual; while here, | Jason McIntyre |
2023-09-18 | 2 cases of c99 for-scope variable decl, when a variable already exists | Theo de Raadt |
2023-09-18 | crank to 7.4-beta | Theo de Raadt |
2023-09-17 | Update to the One True Awk, 2nd edition (Sep 12, 2023). | Todd C. Miller |
2023-09-16 | Remove next- and previous-prompt added in error. GitHub issue 3696. | Nicholas Marriott |
2023-09-15 | Change UTF-8 combining to inspect the previous character at the cursor | Nicholas Marriott |
2023-09-15 | update awk book reference for the second edition | Jonathan Gray |
2023-09-15 | Add -t to source-file, GitHub issue 3473. | Nicholas Marriott |
2023-09-15 | Add some more WINOPS and a placeholder for SMGRAPHICS. | Nicholas Marriott |
2023-09-14 | Reset combine flag only if text is actually processed. | Nicholas Marriott |
2023-09-10 | rename remote_glob() -> sftp_glob() to match other API | Damien Miller |
2023-09-10 | Update awk to Sep 6, 2023 version. | Todd C. Miller |
2023-09-10 | typo in comment | Damien Miller |
2023-09-10 | randomise keystroke obfuscation intervals and average interval rate. | Damien Miller |
2023-09-09 | Update awk to Dec 15, 2022 version. | Todd C. Miller |
2023-09-08 | On second thoughts, do check DA2 for DECFRA and DECSLRM since that will | Nicholas Marriott |
2023-09-08 | Use DECSLRM and DECFRA only at level 4 rather than checking the terminal | Nicholas Marriott |
2023-09-08 | fix sizeof(*ptr) instead sizeof(ptr) in realloc (pointer here is | Damien Miller |
2023-09-08 | fix recursive remote-remote copies of directories that contain symlinks | Damien Miller |
2023-09-08 | the sftp code was one of my first contributions to OpenSSH and it | Damien Miller |
2023-09-08 | fix scp in SFTP mode recursive upload and download of directories | Damien Miller |
2023-09-07 | Treat consecutive paragraph indicators as different paragraphs | Tobias Heider |
2023-09-07 | Use DECSLRM and DECFRA on terminals pretending to be VT520 or VT525 as | Nicholas Marriott |
2023-09-07 | Accept 65 for VT525 as well. | Nicholas Marriott |
2023-09-06 | allow override of Sybsystem directives in sshd Match blocks | Damien Miller |
2023-09-06 | allocate the subsystems array as necessary and remove the fixed limit of | Damien Miller |