aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [w3m-dev 03292] Re: load file at cursorFumitoshi UKAI2002-09-0511-33/+114
| | | | | | | | | | | | | | | | | | | | | * anchor.c (reAnchorPos): added (reAnchorWord): added (reAnchorAny): rewrite to use reAnchorPos() * funcname.tab (MARK_WORD): added * keybind.c (;) MARK_WORD * main.c (getCurWord): added (chkWORD): added (is_wordchar): added (getCurWord): added (GetWord): rewrite to use getCurWord() * proto.h (chkWORD): added (reAnchorWord): added * doc/README.func: add MARK_WORD * doc/keymap.default: add MARK_WORD * doc-jp/README.func: add MARK_WORD * doc-jp/keymap.default: add MARK_WORD * NEWS: add MARK_WORD From: Fumitoshi UKAI <ukai@debian.or.jp>
* * [w3m-dev 03291] parsetagx.c:toNumber()Fumitoshi UKAI2002-08-272-4/+19
| | | | | | * parsetagx.c (toNumber): don't parse non-number value as 0, just ignore From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
* [w3m-dev 03290] Re: Forward: Bug#157098: wrong file presentation on large filesFumitoshi UKAI2002-08-272-5/+10
| | | | | * indep.c (strtoclen): need defined() From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
* run indentFumitoshi UKAI2002-08-271-2/+2
|
* Debian Bug#157098: wrong file presentation on large filesFumitoshi UKAI2002-08-209-25/+161
| | | | | | | | | | | | | | | | | | | | | | | | | | | from "Eduard Bloch" <blade@debian.org> * configure (clen_t): added (HAVE_STRTOLL): added (HAVE_STRTOQ): added (HAVE_ATOLL): added (HAVE_ATOQ): added * config.h.dist: ditto * file.c (current_content_length): s/int/clen_t/ (loadGeneralFile): s/atoi/strtoclen/ (convert_size): s/int/clen_t/ (convert_size2): s/int/clen_t/ (showProgress): s/int/clen_t/ (loadHTMLstream): s/int/clen_t/ linelen, trbyte (loadBuffer): ditto (getNextPage): s/int/clen_t/ linelen (save2tmp): s/int/clen_t/ linelen, trbye (_MoveFile): s/int/clen_t/ linelen, trbye * fm.h (_Buffer): s/int/clen_t/ linelen, trbye * ftp.c (size_int2str): s/long/clen_t/ (ex_ftpdir_name_size_date): s/long/clen_t/ * indep.c (strtoclen): added * indep.h (strtoclen): added * proto.h (showProgress): s/int/clen_t/ From: Fumitoshi UKAI <ukai@debian.or.jp>
* Debian Bug#154766: w3m-img: support DirectColor framebuffer visuals?Fumitoshi UKAI2002-07-302-3/+10
| | | | | | from Colin Watson <cjwatson@debian.org> * w3mimg/fb/fb.c (fb_open): accept FB_VISUAL_DIRECTCOLOR From: Fumitoshi UKAI <ukai@debian.or.jp>
* [w3m-dev 03282] Re: w3m-img for framebuffer updateFumitoshi UKAI2002-07-298-116/+294
| | | | | | | | | | | | | | | | | | | | | | | * w3mimg/fb/fb.c (fb_image_new): ignore no image calloc multiple images (fb_image_fill): added (fb_image_draw): width, height fix (fb_image_rotate): fix typo (fb_image_copy): added (fb_frame_new): added (fb_freme_free): added (fb_frame_rotate): added * w3mimg/fb/fb.h (FB_IMAGE): add num, id, delay (fb_frame_new): added (fb_frame_free): added (fb_frame_rotate): added * w3mimg/fb/fb_gdkpixbuf.c (get_image_size): animation support (fb_image_load): animation support (draw): add bg, x, y, w, h args * w3mimg/fb/fb_img.h (fb_image_load): return FB_IMAGE** * w3mimg/fb/fb_imlib2.c (fb_image_load): return FB_IMAGE** * w3mimg/fb/fb_w3mimg.c (w3mfb_show_image): animation support From: Hiroyuki Ito <hito@crl.go.jp>
* [w3m-dev 03280] w3m-img without w3mimgsizeFumitoshi UKAI2002-07-225-17/+26
| | | | | | | | * fm.h (Imagesize): deleted * image.c (getImageSize): rewrite to use w3mimgdisplay instead of w3mimgsize * rc.c (params1): remove imgsize, merged to imgdisplay From: Hiroyuki Ito <hito@crl.go.jp>
* [w3m-dev 03279] w3m-img for framebuffer updateFumitoshi UKAI2002-07-2215-338/+406
| | | | | | | | | | | | | | | | | | | http://homepage3.nifty.com/slokar/fb/w3mfb.patch.gz * w3mimg/fb/readme.txt: update * w3mimg/fb/fb.c: update * w3mimg/fb/fb.h: update * w3mimg/fb/fb_gdkpixbuf.c: update * w3mimg/fb/fb_img.c: update * w3mimg/fb/fb_img.h: update * w3mimg/fb/fb_imlib2.c: update * w3mimg/fb/fb_w3mimg.c: update * w3mimg/fb/fb_gdkpixbuf.h: deleted * w3mimg/fb/fb_imlib2.h: deleted * w3mimg/w3mimg.h (w3mimg_op): add get_image_size() * w3mimg/x11/x11_w3mimg.c: update * w3mimgdisplay.c (main): use get_image_size() * w3mimgsize.c (main): use get_image_size() From: Hiroyuki Ito <hito@crl.go.jp>
* [w3m-dev 03278] Compile error on mipsel linux (glibc-2.0.6)Fumitoshi UKAI2002-07-191-1/+5
|
* w3m-img already mergedFumitoshi UKAI2002-07-191-1/+0
|
* [w3m-dev 03277] compile error on Solaris7Fumitoshi UKAI2002-07-192-2/+8
| | | | | * w3mimg/w3mimg.c: include <stdio.h> for NULL From: Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
* [w3m-dev 03276] compile error on EWS4800Fumitoshi UKAI2002-07-193-4/+11
| | | | | | * file.c (extract_auth_val): fix warnings * w3mimg/w3mimg.c: include <stdlib.h> From: Yoshinobu Sakane <sakane@d4.bsd.nes.nec.co.jp>
* indentFumitoshi UKAI2002-07-187-717/+830
|
* ignore config.hFumitoshi UKAI2002-07-181-2/+2
|
* rcsid commentFumitoshi UKAI2002-07-1810-3/+10
|
* fix indent againFumitoshi UKAI2002-07-182-0/+0
|
* run indent for w3mimg/Fumitoshi UKAI2002-07-181-3/+3
|
* indentFumitoshi UKAI2002-07-188-34/+33
|
* indentFumitoshi UKAI2002-07-181-1/+2
|
* [w3m-dev 03275] fix of multipart.cgiFumitoshi UKAI2002-07-182-5/+11
| | | | | | * scripts/multipart/multipart.cgi.in: check REQUEST_METHOD first need $count for POST From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
* add w3mimg protocol in commentFumitoshi UKAI2002-07-181-1/+23
|
* * w3mimgdisplay.c (main): '5' for w3mimgsizeFumitoshi UKAI2002-07-182-9/+13
| | | | From: Fumitoshi UKAI <ukai@debian.or.jp>
* [w3m-dev 03270] Re: w3m-img for framebuffer mergedFumitoshi UKAI2002-07-182-3/+9
| | | | | * w3mimg/x11/x11_w3mimg.c (w3mimg_x11open): unsigned int nchildren From: Yoshinobu Sakane <sakane@d4.bsd.nes.nec.co.jp>
* XMakefile (w3mimg/w3mimg): addedFumitoshi UKAI2002-07-185-22/+39
| | | | | | | | (w3img/fb) fixed * w3mimg/w3mimg.h (w3mimg_open): deleted to avoid compilation warnings * w3mimg/w3mimg.c: added * configure (imgobjs): add w3mimg/w3mimg.o From: Fumitoshi UKAI <ukai@debian.or.jp>
* [w3m-dev 03272] Re: w3m-img for framebuffer merged (Re: Re: w3m-img for ↵Fumitoshi UKAI2002-07-182-6/+12
| | | | | | | | framebuffer) * XMakefile (w3mimg/x11): chdir (w3mimg/fb): chdir From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
* [w3m-dev 03273] Re: w3m-img for framebuffer mergedFumitoshi UKAI2002-07-182-5/+14
| | | | | * configure (use_w3mimg_fb): check linux, use test -c From: Fumitoshi UKAI <ukai@debian.or.jp>
* wrong addressFumitoshi UKAI2002-07-171-2/+2
|
* merge w3m-img for framebuffer supportFumitoshi UKAI2002-07-171-0/+5
| | | | | | | | | | | | | | | | | | | | * w3mimg/w3mimg.h: created * w3mimg/x11/x11_w3mimg.c: created * w3mimg/fb/fb_w3mimg.c: created * w3mimgsize.c w3mimgdisplay.c: modified * configure: modified * XMakefile: modified * config.h.dist: updated From: Fumitoshi UKAI <ukai@debian.or.jp> w3m-img for framebuffer support * http://homepage3.nifty.com/slokar/fb/ * w3mimg/fb/fb.c w3mimg/fb/fb.h w3mimg/fb/fb_img.c w3mimg/fb/fb_img.h w3mimg/fb/fb_gdkpixbuf.c w3mimg/fb/fb_gdkpixbuf.h w3mimg/fb/fb_imlib2.c w3mimg/fb/fb_imlib.h w3mimg/fb/readme.txt w3mimg/fb/license.txt: added From: Hiroshi Kawashima <kei@sm.sony.co.jp>
* merge w3m-img for framebuffer supportFumitoshi UKAI2002-07-1719-222/+1806
| | | | | | | | | | | | | | | | | | | | * w3mimg/w3mimg.h: created * w3mimg/x11/x11_w3mimg.c: created * w3mimg/fb/fb_w3mimg.c: created * w3mimgsize.c w3mimgdisplay.c: modified * configure: modified * XMakefile: modified * config.h.dist: updated From: Fumitoshi UKAI <ukai@debian.or.jp> w3m-img for framebuffer support * http://homepage3.nifty.com/slokar/fb/ * w3mimg/fb/fb.c w3mimg/fb/fb.h w3mimg/fb/fb_img.c w3mimg/fb/fb_img.h w3mimg/fb/fb_gdkpixbuf.c w3mimg/fb/fb_gdkpixbuf.h w3mimg/fb/fb_imlib2.c w3mimg/fb/fb_imlib.h w3mimg/fb/readme.txt w3mimg/fb/license.txt: added From: Hiroshi Kawashima <kei@sm.sony.co.jp>
* [w3m-dev 03263] fix lastA segfaultFumitoshi UKAI2002-07-172-3/+10
| | | | | * main.c (lastA): fix lastA segfault when no anchor found From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
* cvs versionFumitoshi UKAI2002-07-172-3/+7
|
* w3m 0.3.1release-0-3-1Fumitoshi UKAI2002-07-155-8/+16
|
* [w3m-dev 03255] update cygwin infoFumitoshi UKAI2002-07-115-48/+17
| | | | | | | | * doc-jp/README: update * doc/README: update * doc-jp/README.cygwin: deleted * doc/README.cygwin: deleted From: WATANABE Katsuyuki <katsuyuki_1.watanabe@toppan.co.jp>
* [w3m-dev 03240] doc-jp updateFumitoshi UKAI2002-07-105-18/+51
| | | | | | | | * doc-jp/MANUAL.html: update * doc-jp/README: update * doc-jp/README.SSL: update * doc-jp/README.img: update From: SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
* import gc6.1alpha5Fumitoshi UKAI2002-07-1072-7980/+18783
|
* delete old ftp siteDai Sato2002-07-092-2/+3
|
* delete old mail addressesDai Sato2002-07-093-4/+8
|
* fix indentFumitoshi UKAI2002-07-011-3/+3
|
* add prec_num to topA/lastADai Sato2002-07-012-6/+17
|
* [w3m-dev 03233] "obuf->flag |= RB_IGNORE_P" after <body> tagFumitoshi UKAI2002-06-242-3/+7
| | | | | * file.c (HTMLtagproc1): no need RB_IGNORE_P after <body> tag From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
* [w3m-dev 03215] add "base_lib gc.a" for making GCDai Sato2002-06-181-1/+6
|
* [w3m-dev 03215] add "base_lib gc.a" to make command for GCDai Sato2002-06-181-2/+2
|
* [w3m-dev 03212] lstat() in form.cFumitoshi UKAI2002-06-172-6/+10
| | | | | | * form.c: define lstat unless HAVE_LSTAT (form_write_from_file): always check lstat() From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
* [w3m-dev 03214] strtoul() -> strtol() for SunOS4Dai Sato2002-06-172-3/+8
|
* [w3m-dev-en 00752] Re: tab completion weirdness in w3m 0.3Fumitoshi UKAI2002-06-092-6/+15
| | | | | * file.c (doFileCopy): same fix as [w3m-dev-en 00751] From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
* [w3m-dev-en 00751] Re: tab completion weirdness in w3m 0.3Fumitoshi UKAI2002-06-093-11/+21
| | | | | | * main.c (svBuf): unescape spaces when input is filename * proto.h (unescape_spaces): added From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
* [w3m-dev 03207] strchr(), strcasecmp(), and strncasecmp()Fumitoshi UKAI2002-06-074-52/+68
| | | | | | | | | | | | | * etc.c (strchr): removed (strcasecmp): removed (strncasecmp): removed * indep.c (strchr): moved, cast (strcasecmp): moved, fix the case that s1 = "" (strncasecmp): moved, fix the case that s1 is shorter than s2 * indep.h (strchr): added (strcasecmp): added (strncasecmp): added From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
* [w3m-dev 03206] Re: dictFumitoshi UKAI2002-06-052-3/+9
| | | | | * main.c (execdict): quote word From: Fumitoshi UKAI <ukai@debian.or.jp>
* [w3m-dev 03204] INET6Fumitoshi UKAI2002-06-052-3/+8
| | | | | * main.c (fversion): s/USE_INET6/INET6/ From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>