mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 14:58:30 +00:00
Fix basename() and dirname()
This commit is contained in:
parent
9b11206ae3
commit
04d39d47f1
41 changed files with 489 additions and 207 deletions
|
@ -113,6 +113,7 @@
|
|||
(let ((stab (copy-syntax-table)))
|
||||
(with-syntax-table stab
|
||||
(modify-syntax-entry ?+ " ")
|
||||
(modify-syntax-entry ?* " ")
|
||||
(let ((thing (thing-at-point 'symbol no-properties)))
|
||||
(when thing
|
||||
(intern thing))))))
|
||||
|
@ -146,6 +147,7 @@
|
|||
;; M-3 C-c C-c Compile w/ MODE=rel
|
||||
;; M-4 C-c C-c Compile w/ MODE=dbg
|
||||
;; M-5 C-c C-c Compile w/ MODE=""
|
||||
;; M-7 C-c C-c Compile w/ MODE=tinylinux
|
||||
;; M-8 C-c C-c Compile w/ llvm
|
||||
;; M-9 C-c C-c Compile w/ chibicc
|
||||
|
||||
|
@ -162,6 +164,7 @@
|
|||
((eq arg 3) "rel")
|
||||
((eq arg 4) "dbg")
|
||||
((eq arg 5) "")
|
||||
((eq arg 7) "tinylinux")
|
||||
((eq arg 8) "llvm")
|
||||
(default default)
|
||||
((cosmo-intest) "dbg")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue