about summary refs log tree commit diff stats
path: root/real_files.mu
Commit message (Collapse)AuthorAgeFilesLines
* 3400Kartik K. Agaram2016-09-181-18/+0
| | | | | | | | | Undo commit 3340. Let's standardize names of non-core files to only have dashes. That's also consistent with the edit/ and sandbox/ apps. Mu programmers will tend to pervasively use dashes, just like Lisp programmers. Scripts will continue to use underscores..
* 3380Kartik K. Agaram2016-09-171-1/+1
| | | | | One more place we were missing expanding type abbreviations: inside container definitions.
* 3379Kartik K. Agaram2016-09-171-1/+1
| | | | Can't use type abbreviations inside 'memory-should-contain'.
* 3340Kartik K. Agaram2016-09-121-0/+18
Rename files to be consistent with my (forgotten) convention of always using underscores over hyphens. I'll leave server-socket.mu alone for now, since Stephen's hacking on it.