| 3 |
Japanese... |
Japanese... |
| 4 |
*/ |
*/ |
| 5 |
|
|
| 6 |
|
Sun, 4 Aug 2013 00:06:16 Tomoki AONO <aonoto at users.sourceforge.jp> |
| 7 |
|
|
| 8 |
|
* Wnn/uum/jhlp.c: |
| 9 |
|
|
| 10 |
|
- uum failed to start on traditional systems because opening |
| 11 |
|
tty fails. Fixed open_pty_traditional() to set tty_slave correctly. |
| 12 |
|
|
| 13 |
|
- Changed PTXNAME macro to switch sprintf() to snprintf() |
| 14 |
|
on 4.4BSD (or later). |
| 15 |
|
|
| 16 |
|
Sat, 3 Aug 2013 23:56:59 Tomoki AONO <aonoto at users.sourceforge.jp> |
| 17 |
|
|
| 18 |
|
* configure, configure.in: |
| 19 |
|
|
| 20 |
|
- Improve libutil detection. Systems that have both ptsname() and |
| 21 |
|
openpty() does not need libutil, this change (probably) covers |
| 22 |
|
these systems. Based on patch by 1xx ([freewnn-users 133]). |
| 23 |
|
|
| 24 |
|
- Some cosmetic fixes. |
| 25 |
|
|
| 26 |
|
Fri, 2 Aug 2013 03:43:07 Tomoki AONO <aonoto at users.sourceforge.jp> |
| 27 |
|
|
| 28 |
|
* config.h.in, configure, configure.in, Wnn/uum/Makefile.in, |
| 29 |
|
cWnn/uum/Makefile.in, kWnn/uum/Makefile.in: |
| 30 |
|
|
| 31 |
|
- libutil is (may be) used only in uum, so separate this library |
| 32 |
|
(if exists) from normal LIBS. |
| 33 |
|
Patch by 1xx (itsango at gmail.com) ([freewnn-users 126]) |
| 34 |
|
with some modification. |
| 35 |
|
|
| 36 |
|
- Fixed spelling in configure.in . |
| 37 |
|
|
| 38 |
|
Fri, 7 Jun 2013 03:24:38 Tomoki AONO <aonoto at users.sourceforge.jp> |
| 39 |
|
|
| 40 |
|
* makerule.mk.in, Wnn/jlib/Makefile.in, Wnn/jlib.V3/Makefile.in, |
| 41 |
|
cWnn/jlib/Makefile.in, kWnn/jlib/Makefile.in: |
| 42 |
|
|
| 43 |
|
Pass CPPFLAGS and LDFLAGS on configure / make. |
| 44 |
|
Original suggestion by Hideki Yamane, but arranged a bit. |
| 45 |
|
ToDo: We should separate FLAGS more cleanly. |
| 46 |
|
|
| 47 |
|
Sat, 16 Jun 2012 19:02:04 Tomoki AONO <aonoto at users.sourceforge.jp> |
| 48 |
|
|
| 49 |
|
* Wnn/uum/inspect.c: |
| 50 |
|
|
| 51 |
|
Fix typo in comment. |
| 52 |
|
|
| 53 |
|
Wed, 13 Jun 2012 04:18:32 Tomoki AONO <aonoto at users.sourceforge.jp> |
| 54 |
|
|
| 55 |
|
* Wnn/: jutil/wddel.c, jutil/wdreg.c, uum/inspect.c, |
| 56 |
|
uum/select_ele.c: |
| 57 |
|
|
| 58 |
|
- Quick fix for warning about format-security by gcc. |
| 59 |
|
Based on patch by Hideki Yamane and Makoto Fujiwara |
| 60 |
|
([Freewnn-users 102]). |
| 61 |
|
Replacing from sprintf() to snprintf() or strncat() would be better. |
| 62 |
|
- (Wnn/jutil/wddel.c) Change (fix?) type of Com[] to w_char |
| 63 |
|
in code for 'wddel -C' mode. I think I'm doing right, but not tested. |
| 64 |
|
- Strip old mail address (as usual). |
| 65 |
|
|
| 66 |
|
Sat, 24 Sep 2011 02:49:35 Tomoki AONO <aonoto at users.sourceforge.jp> |
| 67 |
|
|
| 68 |
|
* ChangeLog, ChangeLog.en: |
| 69 |
|
|
| 70 |
|
Update ChangeLog . Japanese translation (of some commit entry) |
| 71 |
|
will come later. |
| 72 |
|
|
| 73 |
Mon, 16 May 2011 02:03:53 Tomoki AONO <aonoto at users.sourceforge.jp> |
Mon, 16 May 2011 02:03:53 Tomoki AONO <aonoto at users.sourceforge.jp> |
| 74 |
|
|
| 75 |
* configure, configure.in, makerule.mk.in: |
* configure, configure.in, makerule.mk.in: |
| 217 |
|
|
| 218 |
* Wnn/: man/2.env/wnn/2b_romkan.man, manual/2.env/wnn/2b_romkana: |
* Wnn/: man/2.env/wnn/2b_romkan.man, manual/2.env/wnn/2b_romkana: |
| 219 |
|
|
| 220 |
- Change '\' to '\e' to correctly format backspace in man file. |
- Change '\' to '\e' to correctly format backslash in man file. |
| 221 |
(Also change formatted text file.) It should reduce Debian lintian |
(Also change formatted text file.) It should reduce Debian lintian |
| 222 |
warning. |
warning. |
| 223 |
|
|