Changes
- 1996.01.28
-
- 1996.02.04
-
- 1996.02.06
-
- Makefile: 起動時のバージョン表示のタイムスタンプがおかしかった
- 1996.02.07
-
- (new-window x y dx dy attr)
- (window-set-attribute w attr)
- (window-print w x y str ...)
- (read-line w x y dx [str cur atr max])
- (delete-window w)
- (mkdir name [mode])
- (rename old new)
- (strchr str chr)
- (strrchr str chr)
- 1996.02.08
-
- (window-wrap w nil/t)
- debug (secnond )(third )(forth )(mapcar )
- (getenv envname)
- (load filename)
- (get-version)
- (get-exe-path)
- (defvar var val [document])
- j.ini: selector 関連を作った
- j.ini: eval-expression
- 1996.02.09
-
- (get-number-of-files)
- (get-nth-file-name n)
- (get-nth-file-name-attribute n)
- (in-archive-p)
- (clear-select)
- (chmod filename mod)
- (gemod filename)
- 1996.02.10
-
- j.exe と j.ini を $PATH 上に置いて、これらがあるディレクトリ以外で単に j として起動した場合に j.ini の読み込みに失敗するのを修正
- j.ini の load に失敗したときは起動しないようにした
- 1996.02.11
-
- j.ini: (chmod-dialog)
- directory.cc: reload の処理を変更
- j.ini: 選択されたファイルがあるときの copy-to がおかしかった
- 1996.02.12
-
- j.ini: [A-Enter] .lzh/.zip を逆側に展開する
- directory.cc: reload の前後で cursor が名前で保存されるようにした
- j.ini: [C-l] redraw all.
- (remove file)
- (rm-fr directory)
- 1996.02.13
-
- (copy-file sourcefile destfile): copy file's body and E.A. and timestamp.
- (copy-time sourcefile destfile): copy timestamp.
- (stat filename): -> (mode size atime mtime ctime attr)
- (readdir directory): get basename list except `.' `..'
- (rmdir directory)
- j.ini: [S-d] duplicate file.
- 変数 *quiet-error*
- 1996.02.15
-
- 1996.02.16
-
- (string-split string): "aaa bbb" -> ("aaa" "bbb")
- j.ini: ディレクトリ作成ダイアログで、複数のディレクトリを作成可能に
- (sort n)
- カレントディレクトリを変えるようにした。
- (get-all-file-list) basename's list
- (set-cursor n) / (set-cursor basename)
- (strstr str str) / (stristr str str)
- (glob-match glob str)
- 1996..
-
TAMURA Kent