hns - 日記自動生成システム - Version 2.19.9

先月 2002年02月 来月
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28
Namazu for hns による簡易全文検索
詳しくは 詳細指定/ヘルプを参照して下さい
検索式:

2002年02月20日(水) 旧暦 [n年日記]

#1 [Emacs] w3 (void-variable url-parse-syntax-table)

M-x w3 したらいきなり
Debugger entered--Lisp error: (void-variable url-parse-syntax-table)
  url-generic-parse-url("http://www.ki.nu/")
  url-normalize-url("http://www.ki.nu/")
  (setq url (url-normalize-url url))
  w3-buffer-visiting("http://www.ki.nu/")

  (let ((x ...) (lastbuf ...) (w3-current-buffer ...) (buf ...)) (if
(or ... ...) (url-retrieve url ... ...) (w3-notify-when-ready buf)))

  (cond ((= ... 35) (w3-relative-link url)) ((and
... current-prefix-arg) (w3-download-url url)) (t (let ... ...)))
  w3-fetch("http://www.ki.nu/")

  (cond ((null w3-default-homepage) (call-interactively ...)) ((not
...) (error "Invalid setting for w3-default-homepage: %S"
w3-default-homepage)) ((not ...) (w3-fetch ...)) (t (w3-fetch
w3-default-homepage)))

  (if (and w3-track-last-buffer (bufferp w3-last-buffer) (buffer-name
w3-last-buffer)) (progn (switch-to-buffer w3-last-buffer) (message
"Reusing buffer.  To reload, type %s." ...)) (cond (... ...) (... ...)
(... ...) (t ...)))
  w3()
* call-interactively(w3)
  execute-extended-command(nil)
  call-interactively(execute-extended-command)

#2 [NetBSD] ./build.sh for 20020214

cc -O -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1
-DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1 -DMAKE_BOOTSTRAP
-I/export/20020214/tools/make/../../usr.bin/make -c
/export/20020214/tools/make/../../usr.bin/make/parse.c

In file included from /usr/include/stdarg.h:3,
  from /export/20020214/tools/make/../../usr.bin/make/parse.c:97:
/usr/include/powerpc/stdarg.h:54: syntax error
/usr/include/powerpc/stdarg.h:63: syntax error
/usr/include/powerpc/stdarg.h:89: syntax error

/usr/include/powerpc/stdarg.h:

makoto@u  9:14:03/020220(...sys/arch)# \
? ls -l powerpc*/include/stdarg.h /usr/include/powerpc*/stdarg.h*
-rw-r--r--  1 makoto  wheel  5175 Dec 12 17:51 /usr/include/powerpc/stdarg.h
-r--r--r--  1 root    wheel  4783 Jan 17 15:25 /usr/include/powerpc/stdarg.h-1.8
-rw-r--r--  1 makoto  wheel  4783 May 31  2001 powerpc-MAIN/include/stdarg.h
-rw-r--r--  1 makoto  wheel  5175 Dec 12 18:10 powerpc/include/stdarg.h
gcc-3.0.3 の時は新しいものが必要。egcs-1.1.2 の時には古い方。
install ===> sys/arch/macppc/stand/ustarboot
STRIP=/export/20020214/tools/obj/tools.NetBSD-1.5ZA-powerpc/bin/powerpc--netbsd-strip /export/20020214/tools/obj/tools.NetBSD-1.5ZA-powerpc/bin/nbinstall -c -r -o root -g wheel -m 444 ustarboot
/export/20020214d/usr/mdec/ustarboot

nbinstall: ustarboot: stat: No such file or directory
*** Error code 1
cd /export/20020214/sys/arch/macppc/stand/ustarboot; make
make depend
make: Unknown modifier 't'
make install
setenv BUILD_DONE yes
make release
Run "make -f ramdiskbin.mk objs exe" to build crunched binary.
*** Error code 1

Stop.
make: stopped in /export/20020214/distrib/macppc/floppies/ramdisk
*** Error code 1

#3 [Emacs] describe-variable RET current-load-list RET

なんて見たことがなかった。
current-load-list's value is shown below.


Documentation:
Used for internal purposes by `load'.

Value:
((require . mmelmo-buffer)
 (require . mmelmo-buffer)
 (require . font-lock)
...
どういう意味があるか知らない。

#4 [Namazu] 私家版修正の忘れ物

  • <!-- Namazu-Exclude --> patch を入れていない
  • (点数): 35) になってしまっている。
  • ついでに版名も変えておくか ? minor version ということで
Web の方の複数索引の説明も不親切 ?

#5 [機械] G4/800 x 2

少なくとも 20011220_MD.gz で起動。


2002年02月19日(火) 旧暦 [n年日記]

#1 [CVS] cvsweb tarball 機能 ... 日記から

気になるひとこと
cvsweb はもうメンテナンスされていないような
(後で消すって書いてあるので link はしないでおこうかな.. と言いながら)

Google で、debian cvsweb Joey Hess tarball で探したら:

次のものが見つかった。Northeye 有難や。 joey-cvs/public/packages/cvsweb 一応 patch 形式にもして見た (が NetBSD package と、日本語と、ああ面倒 ... っていうほどでもないけれど) ... tracking ネタかなぁ。大袈裟に言えば、三つ枝が要る ?
MAIN .... 1.1  ( tarball option) 1.2
   \
   FENNER ... 1.1.1
    |
   PKG    ... 1.1.3
    |
   JP     ... 1.1.5
PKG って一行目だけだった。 自分が使うのはどれ ? JP + JOEY ? PKG + JP + JOEY ? MAIN ? 分らなくなってしまった。MAIN だとすると..

-ko を付けていなかったので..:

makoto@u  12:48:40/020219(/tmp/cvsweb)> cvs update -jMAIN cvsweb.cgi 
cvs [update aborted]: no such tag MAIN
makoto@u  12:49:01/020219(/tmp/cvsweb)> cvs update -jHEAD  cvsweb.cgi
RCS file: /a/j/tracking/cvsweb/cvsweb.cgi,v
retrieving revision 1.1
retrieving revision 1.2
Merging differences between 1.1 and 1.2 into cvsweb.cgi
rcsmerge: warning: conflicts during merge
makoto@u  12:49:16/020219(/tmp/cvsweb)> 

時限 link っていうのがあるといいな > hns:

一週間だけ link とか
LINKM 一月間
LINKW 一週間
LINKD 一日間
cache が使えないかな。

#2 [MacOS] 9.1 の機械で Carbonlib 1.5 の update

が来ているが、やっていいのかな。

#3 [Emacs] wl + namazu

気のせいか、Namazu Folder で 最初に何も見つからないと、 次からも見つからないと言っているような... ? 未確認。wl-2.8.1

#4 [NetBSD] pkgsrc/net/pchar から snmp

In file included from GetIfInfo.cc:29:
/usr/pkg/include/ucd-snmp/snmp_api.h:625: `va_alist' was not declared in this scope
/usr/pkg/include/ucd-snmp/snmp_api.h:625: variable or field `DEBUGP' declared void


2002年02月18日(月) 旧暦 [n年日記]

#1 [Emacs] w3-4.0 cvs 版

かなり速くなっている。使っていて楽しい速さ。 に行くと
error in process filter: set-face-attribute: Invalid face height: -10
error in process filter: Invalid face height: -10
Debugger entered--Lisp error: (error "Invalid face height" -10)
  internal-set-lisp-face-attribute(w3-style-face-00039 :height -10 0)
  set-face-attribute(w3-style-face-00039 nil :height -10)
  font-set-face-font(w3-style-face-00039 
        [:family nil :weight nil :style 0 :size -1 :registry nil :encoding nil])
  w3-display-node((*document nil ((html nil ...))))
  w3-draw-tree(((*document nil (...))))
  w3-prepare-buffer()
  w3-fetch-callback("http://emacs-20.ki.nu/search/?search=%1B%24B05%3DL%1B(B")
  apply(w3-fetch-callback "http://emacs-20.ki.nu/search/?search=%1B%24B05%3DL%1B(B")
  url-http-activate-callback()

Symbol's value as variable is void: url-registered-protocols:

(setq debug-on-error t) 以前の .emacs を見ると
(setq url-registered-protocols nil)
としてしまっているようだ。

error in process filter: url-expand-file-name confused - no default?:

error in process filter: url-expand-file-name: url-expand-file-name confused - no default?
error in process filter: url-expand-file-name confused - no default?

M-x describe-function RET url-expand-file-name RET:

url-expand-file-name is a compiled Lisp function in `url-expand'.
(url-expand-file-name URL &optional DEFAULT)

Convert URL to a fully specified URL, and canonicalize it.
Second arg DEFAULT is a URL to start with if URL is relative.
If DEFAULT is nil or missing, the current buffer's URL is used.
Path components that are `.' are removed, and 
path components followed by `..' are removed, along with the `..' itself.

M-x locate-library url-expand RET:

Library is file /usr/pkg/share/emacs/site-lisp/url-20020214/url-expand.elc

url-expand.el:

  ;; Need to figure out how/where to expand the fragment relative to
  (setq default (cond
		 ((vectorp default)
		  ;; Default URL has already been parsed
		  default)
		 (default
		   ;; They gave us a default URL in non-parsed format
		   (url-generic-parse-url default))
		 (url-current-object
		  ;; We are in a URL-based buffer, use the pre-parsed object
		  url-current-object)
		 ((string-match url-nonrelative-link url)
		  ;; The URL they gave us is absolute, go for it.
		  nil)
		 (t
		  ;; Hmmm - this shouldn't ever happen.
                  (error "url-expand-file-name confused - no default?"))))
viewcvs って annotate がない ?

#2 [CVS] cvsweb

annotate しようとすると
Status: 500 Internal Error
Content-type: text/html
信じられないというか、 google で、これらの文字列で検索 すると、解決方法でなくて、本当にそういう問題が起きている画面が山ほど見つかってしまう。

#3 [Network] ADSL 正しい ADSL 広告の見方


#4 [Emacs] append の引数はいくつか

これがきょうの主題(theme) :-) と書いて見たが、多分答えは、 「いくつでもいい」 しかし、次のことはどう解釈すればいいのだろう ?
(append "a" "b" "c")   ;  評価してから .. 0x61 = 97
(97 98 . "c")

#5 [CVS] pkgsrc/netatalk-asun を tracking

makoto@u 11:27:18/020218(...src/netatalk-1.4b2+asun2.1.3)> mkdir /a/j/tracking
makoto@u 11:28:28/020218(...src/netatalk-1.4b2+asun2.1.3)> cvs -d !$ init
cvs -d /a/j/tracking init
makoto@u 11:28:39/020218(...src/netatalk-1.4b2+asun2.1.3)> cvs -d /a/j/tracking import -m 'netatalk-1.4b2+asun2.1.3' netatalk ASUN asun2_1_3 > & /tmp/2
makoto@u 11:28:58/020218(...src/netatalk-1.4b2+asun2.1.3)> cvs -d /a/j/tracking import -b 1.1.3 -m 'branch for pkgsrc' netatalk NetBSD pkgsrc > & /tmp/3
makoto@u 11:30:00/020218(...src/netatalk-1.4b2+asun2.1.3)> foreach i ( `cd /export/pkgsrc/net/netatalk-asun/patches/; ls patch-*` )
foreach? echo $i
foreach? patch -s -p0 < /export/pkgsrc/net/netatalk-asun/patches/$i
foreach? cvs -d /a/j/tracking import -b 1.1.3 -m "patches/$i applied" netatalk NetBSD $i >& /tmp/$i
foreach? end
patch-aa
patch-ab
...
Re: CRLF fun stuff again... ぼくも Duncan Sinclair と同じ考えだなぁ。

#6 [X] TrueType Font

良く分っていないけれど、こういうのがあるではないか
makoto@u  16:58:54/020218(...share/fonts)# xfstt --sync
xfstt: sync in directory "/usr/X11R6/lib/X11/fonts/TrueType/."
No valid truetype fonts found!
Please put some *.ttf fonts into "/usr/X11R6/lib/X11/fonts/TrueType"
xfstt: sync failed
makoto@u  16:59:06/020218(...share/fonts)# 
makoto@u 16:59:59/020218(...fonts/truetype)# mv /usr/pkg/share/fonts/truetype/kochi-mincho.ttf /usr/X11R6/lib/X11/fonts/TrueType/
makoto@u DING!/020218(...fonts/truetype)# xfstt --sync
xfstt: sync in directory "/usr/X11R6/lib/X11/fonts/TrueType/."
Found 1 fonts.
makoto@u  17:02:33/020218(...work/xfstt-1.1)> xfstt&
[1] 12349
makoto@u  17:02:35/020218(...work/xfstt-1.1)>  xset fp+ unix/:7101
makoto@u  17:02:46/020218(...work/xfstt-1.1)> xlsfonts | grep kochi
-ttf-kochi mincho-medium-r-normal-regular-0-0-0-0-m-0-iso8859-1

#7 [無題] 金目鯉の刺身を作って見る

知り合いにもらったもの。900 g くらいだったか。 冷凍から戻したので、それなりに因難。しかし味は良かった。 (残りはあら汁と、次の日用にすり身の汁 -- 僕が作った訳ではないけれど)


2002年02月17日() 旧暦 [n年日記]

#1 [館山]

うなぎやさんに行ったら、 「先週は連休とお花見で、とても混んでいたのですよ、 ずらして良かったです」と言われた。
知り合いのところで、空屋を見せてもらう。木造。
2F     6 + 5(板)
1F 6 + 6 + 8  + K
60 m^2 くらいかな。庭付。
夜は疲れて 9 時過ぎには、寝てしまう。


2002年02月16日() 旧暦 [n年日記]

#1 [機械] 13W3 と DB-15

というのを偶然 ( 野首さんの日記 から 060turbo 再生産 に行ってからだった。 60 というのが 68060 だとは分るが、 これの本体が何かは不明.. Sharp か Next か) 見付けて、

02/09 の日記 と、 その図

13W3端子図

などを見比べていると、どうも 13W3 に書いてある

 Analog:  13W3 connector:

          +----------------- * gnd
          |   +------------- * vertical sync
          |   |   +---------   sense 2
          |   |   |   +-----   sense common (gnd)
          |   |   |   |   +-   composite sync
          |   |   |   |   |
          |   |   |   |   |  grey
    red   |   |   |   |   |  green blue
     |   1o  2o  3o  4o  5o    |     |
    (O)                       (O)   (O)
       6o  7o  8o  9o 10o
       |   |   |   |   |
       |   |   |   |   +---   composite common (gnd)
       |   |   |   +-------   sense 0
       |   |   +-----------   sense 1
       |   +--------------- * gnd
       +------------------- * horizontal sync
の図が違っているのではないかという気がして来た。

しかし多数決を採ると、 英語の情報 の方が正しい気がする。

それとも、 次の接続が必要 なのかな。 13W3 connector
    2 o-----/\/\/\-----+
                       |
    6 o-----/\/\/\-----+
                       |
    5 o----------------+
しかし、試しているのは GDM-20E20 で、separate/composite sync と書いてあるから、多分それは必要ないはず。 波形を実際に確める方がいいかなと思いながら、 オシロがどこかにあったのだが...

#2 [NetBSD] CodeWarrior としばらく奮闘

その後、CVS から NetAtalk へ:

options=crlf というのを有効にしたいが、どうもうまく行かない。
  • どこに書くのか
    ~/.AppleVolumes
    /etc/netatalk/AppleVolumes.default
    /etc/netatalk/AppleVolumes.system
    
    などらしい。
  • どう書くのか
    ~ "home directory" options=crls
    
    と書けばいいらしい。
ところが、これでも動かないという話もある...
etc/afpd/fork.c:static __inline__ int crlf( of )
この辺が怪しいという気も ?

#3 [Emacs] x-face 多階調版

いままでは
10737 Dec 14  2000 /a/j/distfiles/x-face-e21.el.gz
を開けた
/usr/pkg/share/emacs/site-lisp/a-files/
  42537 Jul 17  2001 x-face-e21.el
  27954 Jul 17  2001 x-face-e21.elc
というのを使っていたが、入替えた。tar.gz だと思ってしばらく悩んだが、 単に
gunzip
emacs -batch -f batch-byte-compile x-face-e21.el
すれば良かった。 後は作る方。

#4 [Namazu] パイプ破壊

という文字列での検索が何回かある。 2001/09/18 に書いた pl/codeconv.pl への修正はまだ commit していなかった。 (何故やめてしまったか覚えていない)

#5 [機械] 液晶表示が来た

自分用ではないのだけれど。 Sony SDM-S51 49k くらいかな。


2002年02月15日(金) 旧暦 [n年日記]

#1 [MTA] Null connection

NOQUEUE: Null connection from mta03-svc.ntlworld.com [62.253.162.43]
これって何なのだろう。


2002年02月14日(木) 旧暦 [n年日記]

#1 [Emacs] w3/cvs 版が図も表示するようになっている

こまかい問題はあるのだが..

#2 [Network] netatalk の読み方

FAQ より
Ah, good question! The unenlightened often mis-pronounce this word \'net-'a-to.k\. The correct pronunciation is \'ned-*-to.k\ (the 't' is soft, like d, and the first 'a' is a schwa).
つまり ネッ(ダ)トークかな。
時々「ネタトーク」と言っている人がいて、こけてしまうのだけれど。
ついでに schwa [n.]曖昧母音《記号は eを転倒したもの》.

新しくフォルダを作る時の問題:

それで、本当に探していたのは.. 2.2 When I create a folder on a netatalk/afpd volume, I get an Access Denied error, but the folder is created anyway.
This is a very common configuration error. The user is not in the group of the parent directory. Then the Mac attempts to set the group of the newly created directory to be the same as the parent, this error is generated. The fix is the change the group of the directory to a group the user is a member of.
という訳で、chgrp して見た。

#3 [CVS] ViewCVS or cvsweb

namazu-devel-ja 2351 より

で出来ます。
#ViewCVSありがたや。
もしかして cvsweb で出来なくて、 ViewCVS だけにある機能 ?
だそうです。 (raeva さんより) だったら両方入れてしまえばと思ったけれど NetBSD/pkgsrc にはまだ入っていない模様。
cvsweb
  • cvsweb.netbsd.org で使っている
  • cvs 本の最初の方に載っていた
  • /usr/pkgsrc/www/cvsweb で make すれば使える(但し、日本語の変更は入れた)
という訳で、知らずに使っている Python ?
viewcvs
  • gnu などでは専らこちら ?
  • pkgsrc にない


2002年02月13日(水) 旧暦 [n年日記]

#1 [Emacs] Wanderlust (wl) + w3 ?

byte-code: Symbol's function definition is void: url-register-protocol
きのう ~/.emacs を少し変更してしまったせい ?

ちょっと気になる id-utils.el:

/usr/local/share/emacs/site-lisp/ に一つだけ置いてある。時間がある時に見よう。
ついでに load と require の違いは ?

w3 を少し整理しておこうと、以前にやったこと:

を復習。 7 月 と 10 月に cvs から取出して、10 月に自分用の変更をした。 これを再現する。
  • shell 手続き を作って、実行する。 7/26, 10/01, 10/02 を持出して、それぞれを自分の cvs repository に登録
  • その時点で default branch は PERRY,MAIN になっていた
  • それから更に持出して、今使っているコードに置替えて commit
そうしたら、二つ変。
  1. default branch が 1 になってしまった
  2. 自分の変更が持出した時点で最新の 1.1.1.3 基準でなく 1.1 基準になっている。
(とは言え、それらは cvsweb で見た時だけの話で、CUI では何も問題がないので、 いいとしよう。)
244 14:41 env LISPDIR=/usr/pkg/share/emacs/site-lisp/w3 ./configure --with-url=/usr/pkg/share/emacs/site-lisp/.w3-200107
245 14:41 make install
Build of w3 complete...
cd texi && make info
make: don't know how to make w3.info. Stop
→ makeinfo *texi

url をどこに置くのか、どこから持って来るのか不明。:

たまたまあったけれど。

w3-find-default-stylesheets: No stylesheets found!:

Check configuration! DANGER DANGER!
cp -p /usr/local/share/default.css /usr/pkg/share/

error in process sentinel: w3-draw-tree::

Symbol's value as variable is void: font-running-xemacs
(setq font-running-xemacs nil)

#2 [Namazu] mknmz: >index/NMZ.lock2: No such file or directory

makoto@u 8:37:31/020213(...emacs-21/dot-emacs-search)> mknmz --debug --update=index mknmz: >index/NMZ.lock2: No such file or directory
これって時々見る。current の位置に依る。

jeedosaquin.pl:

次の字があると、うまく行かない。
<a NAME="TOC20" HREF="http://www.gnu.org/manual/elisp-manual-20-2.5/html_chapter/elisp_3.html#SEC20">Lisp Data Types</a>
</a>が問題。
[text/html; x-type=jdsq]
にならないで
[text/html]
になってしまう。

#3 [NetBSD] pkgsrc/math/sc 表計算(スプレッド・シート)

sc で起動する。? で説明の入口
Which Screen? [a-o, q]

     Overview:

     A:   This overview
     B:   Toggle Options
     C:   Set Options
     D:   Cursor movement commands
     E:   Cell entry and editing commands
     F:   Line Editing
     G:   File commands
     H:   Row and column commands
     I:   Range commands
     J:   Miscellaneous commands
     K:   Variable names/Expressions
     L:   Range functions
     M:   Numeric functions
     N:   String functions
     O:   Financial functions
     P:   Time and date functions
   
     Q:   Return to main spreadsheet
上で e すると
Which Screen? [a-o, q]

     E: Cell entry and editing commands:

         =    Enter a numeric constant or expression.
         <    Enter a left justified string or string expression.
         "    Enter a centered label.
         >    Enter a right justified string or string expression.
         e    Edit the current cell's numeric value.
         E    Edit the current cell's string part.
         F    Assign a format to the current cell's numeric value.
         x    Clear the current cell.
         c    Copy the last marked cell to the current cell.
         m    Mark a cell to be used as the source for ``c''
         +    Increment numeric part
         -    Decrement numeric part
      RETURN  Enter insert mode if the input line was empty (ESC to edit)
     
         In numeric mode, a decimal digit, ``+'', ``-'', and ``.'' all start
         a new numeric constant or expression.
合計は
@sum(A0:A9)
と書く。 copy は /c で出来る。書出しは T (table), : で区切られたものが出来る。


2002年02月12日(火) 旧暦 [n年日記]

#1 [Network] B Flets

にかけて、 116 にかけて 0120-518-411 で申込 (藤平)


2002年02月11日(月) 旧暦 [n年日記]

#1 [] 勉強会

総勢 13 名
  • 最近の新聞について (浜田さん)
  • 紙の大きさ (A0,B0) 等 (吉田さん)
A0 の大きさが 841 m/m x 1189 m/m なのは何に起因するか ?

#2 [NetBSD] netbsd-1-5 枝 (1.5.3_ALPHA)

uvm_anon_add の件で、ちょっと試して見てくれないという手紙をもらったが、 自分の tree は少し変更している。こういうときはどうすればいいか。
makoto@harry 17:09:41/020211(/export/src-netbsd-1-5)> grep -v '^U' update-n-log-20020211
M sys/arch/macppc/dev/akbdmap.h
M sys/arch/macppc/dev/obio.c
C sys/dev/cardbus/cardbusdevs.h
M sys/dev/wscons/wsdisplay.c
M sys/uvm/uvm_anon.c
M sys/uvm/uvm_anon.h
M sys/uvm/uvm_swap.c
makoto@harry 17:09:48/020211(/export/src-netbsd-1-5)>

cvs import しておいた方がいいのかなぁ。:

  • まず元に戻して cvs -n update して同じことを確認
  • cvs import (1.1.1)
  • 自分の変更を加えてから
  • 枝に import (1.1.3)
  • 元のものを checkout してから作業
かなぁ。元のものを更新するには update -> import
とは言っても「自分の変更」というのは一時的だし、大したことはないのだが。
自分の変更を加えてから幹に commit でもいいのかな。
 MAIN .... 自分用
   \  
   import src-1-5 ....

幹に MAIN という名前を付けるには ?:

幹 MAIN 名前 CVS p181 から
cvs admin -n
かな
cvs admin -n MAIN:1  auto-index.cgi
したら、cvs status -v で見ると付いているが、 cvsweb からはまだ見えない。

安直に:

   118  21:00   mv uvm_anon.c uvm_anon.c-1.11
   119  21:00   mv uvm_anon.h uvm_anon.h-1.13
   120  21:00   mv uvm_swap.c uvm_swap.c-1.43
   121  21:00   cp -p uvm_anon.c.orig uvm_anon.c
   122  21:01   cp -p uvm_anon.h.orig uvm_anon.h
   123  21:01   cp -p uvm_swap.c.orig uvm_swap.c
   124  21:01   mv uvm_anon.c.orig uvm_anon.c-1.5.4.2
   125  21:01   mv uvm_anon.h.orig uvm_anon.h-1.12
   126  21:01   mv uvm_swap.c.orig uvm_swap.c-1.37.4.1

#3 [CVS] importして1.1.1になるのを最小限にしようと

反応をいただいた。
やはりそういうものですか。 はづかしながら pcl-cvs というものを使っていないので、今度試して見よう。 それと、 最近必要があって用意していて、ただし準備中の dot.emacslink を張 らせていただきました。



最近の日記
2024年03月10日
停電 (瞬電)
2024年03月03日
the second try on bare-metal
useradd
2024年02月29日
opendkim and senmail
2024年01月24日
chat/iam 0.0.8
2024年01月21日
uselocale vs setlocale (textproc/R-readxl)
以上、10 日分です。
タイトル一覧
カテゴリ分類
Powered by hns-2.19.9, HyperNikkiSystem Project

Count.cgi (since 2000/02/05)