Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-11 | Replace every stdin-wrapper script with the new %t formatting support | w0rp | |
2016-11-05 | changed while read -r loop to cat > for portability and simplicity (#165) | purpleP | |
* changed while read -r loop to cat > for portability and simplicity * typo fix | |||
2016-11-01 | #160 Switch back to using readline for writing stdin to the temporary file, ↵ | w0rp | |
because it actually works on all machines. | |||
2016-10-22 | Use `cat` instead of `read -r` to stream stdin to file (#120) | Łukasz Jan Niemier | |
* Use `cat` instead of `read -r` to stream stdin to file * Cleanup dmd-wrapper * Fix typo * Make wrapper work on macOS * Use fifo instead of temporary file * Fix stdin-wrapper * Use `awk` instead of `read` hackery * Finish refactoring * Fix `exec` issue * Add myself as an coauthor of wrapper scripts (no shame at all :P) * Fix dmd-wrapper * Extract check_dubfile | |||
2016-10-10 | More randomness in the wrapper tmpfile | Bjorn Neergaard | |
2016-10-10 | Fixup stdin-wrapper | Bjorn Neergaard | |
* Use a more universal shebang. * Use the template feature of mktemp to avoid silly gymnastics. | |||
2016-10-04 | Add comment headers to wrappers | Prashanth Chandra | |
2016-10-03 | Add support for checking Vim code with Vint. | w0rp | |
2016-09-18 | Add support for checking Haskell code via a wrapper script which can be used ↵ | w0rp | |
for other tools, and fix a readline problem with the DMD wrapper script. |