Commit Graph

3 Commits

Author SHA1 Message Date
Zoltan Somogyi
d33273d033 Tell vim not to expand tabs in Makefiles.
This file-specific setting will override a default setting of expandtabs
in $HOME/.vimrc.

*/Makefile:
*/Mmakefile:
    As above.

tests/hard_coded/.gitignore:
    Don't ignore the purity subdir. This ignore must have been left over
    from when purity.m was a test in hard_coded, not hard_coded/purity,
    and it ignored an executable, not a directory.
2015-01-08 22:07:29 +11:00
Ralph Becket
56ebf6ea18 Added a new rot13 implementation to the collection in samples/rot13.
Estimated hours taken: 0.33

Added a new rot13 implementation to the collection in samples/rot13.

samples/rot13/rot13_ralph.m:
	Added.

samples/rot13/Mmakefile:
	Added `rot13_ralph' to the list of build targets.
2001-01-31 09:22:07 +00:00
Tyson Dowd
90ec6ff89d Add rot13 examples to the samples directory.
Estimated hours taken: 8

Add rot13 examples to the samples directory.

Note: Estimated time is time for contributors, mainly.

samples/README:
samples/c_interface/README:
	Fix the README files, they were a little inaccurate in
	describing some files and directories.
1998-11-19 06:18:23 +00:00