Commit Graph

482 Commits

Author SHA1 Message Date
Fumitoshi UKAI
d404404dda Debian Bug#157098: wrong file presentation on large files
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>
2002-08-20 17:49:38 +00:00
Fumitoshi UKAI
2c36d5fe0d Debian Bug#154766: w3m-img: support DirectColor framebuffer visuals?
from Colin Watson <cjwatson@debian.org>
* w3mimg/fb/fb.c (fb_open): accept FB_VISUAL_DIRECTCOLOR
From: Fumitoshi UKAI  <ukai@debian.or.jp>
2002-07-30 16:03:00 +00:00
Fumitoshi UKAI
3e1846025a [w3m-dev 03282] Re: w3m-img for framebuffer update
* 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>
2002-07-29 15:25:37 +00:00
Fumitoshi UKAI
f855d5410e [w3m-dev 03280] w3m-img without w3mimgsize
* 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>
2002-07-22 16:27:30 +00:00
Fumitoshi UKAI
9f103b13bb [w3m-dev 03279] w3m-img for framebuffer update
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>
2002-07-22 16:17:32 +00:00
Fumitoshi UKAI
b58f88a1e8 [w3m-dev 03278] Compile error on mipsel linux (glibc-2.0.6) 2002-07-19 15:28:34 +00:00
Fumitoshi UKAI
0ce297cb36 w3m-img already merged 2002-07-19 14:35:36 +00:00
Fumitoshi UKAI
a5f51f7501 [w3m-dev 03277] compile error on Solaris7
* w3mimg/w3mimg.c: include <stdio.h> for NULL
From: Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
2002-07-19 03:25:56 +00:00
Fumitoshi UKAI
8432622858 [w3m-dev 03276] compile error on EWS4800
* file.c (extract_auth_val): fix warnings
* w3mimg/w3mimg.c: include <stdlib.h>
From: Yoshinobu Sakane <sakane@d4.bsd.nes.nec.co.jp>
2002-07-19 03:24:28 +00:00
Fumitoshi UKAI
2bd2c7d4ee indent 2002-07-18 15:10:52 +00:00
Fumitoshi UKAI
a8a4a7881d ignore config.h 2002-07-18 15:02:21 +00:00
Fumitoshi UKAI
be795a72eb rcsid comment 2002-07-18 14:59:02 +00:00
Fumitoshi UKAI
897ac09f34 fix indent again 2002-07-18 14:36:48 +00:00
Fumitoshi UKAI
9bde391fe3 run indent for w3mimg/ 2002-07-18 14:31:20 +00:00
Fumitoshi UKAI
eec657d140 indent 2002-07-18 14:31:07 +00:00
Fumitoshi UKAI
81a51343f7 indent 2002-07-18 14:28:36 +00:00
Fumitoshi UKAI
d1876de5b6 [w3m-dev 03275] fix of multipart.cgi
* scripts/multipart/multipart.cgi.in: check REQUEST_METHOD first
				need $count for POST
From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
2002-07-18 13:12:07 +00:00
Fumitoshi UKAI
bb05de2a9d add w3mimg protocol in comment 2002-07-18 06:49:39 +00:00
Fumitoshi UKAI
d8dccd0475 * w3mimgdisplay.c (main): '5' for w3mimgsize
From: Fumitoshi UKAI  <ukai@debian.or.jp>
2002-07-18 06:27:23 +00:00
Fumitoshi UKAI
fa8a2631f0 [w3m-dev 03270] Re: w3m-img for framebuffer merged
* w3mimg/x11/x11_w3mimg.c (w3mimg_x11open): unsigned int nchildren
From: Yoshinobu Sakane <sakane@d4.bsd.nes.nec.co.jp>
2002-07-18 06:23:51 +00:00
Fumitoshi UKAI
c4c0f87fce XMakefile (w3mimg/w3mimg): added
(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>
2002-07-18 06:07:25 +00:00
Fumitoshi UKAI
5ec6225f49 [w3m-dev 03272] Re: w3m-img for framebuffer merged (Re: Re: w3m-img for framebuffer)
* XMakefile (w3mimg/x11): chdir
	(w3mimg/fb): chdir
From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
2002-07-18 05:59:06 +00:00
Fumitoshi UKAI
81bdcbcbe0 [w3m-dev 03273] Re: w3m-img for framebuffer merged
* configure (use_w3mimg_fb): check linux, use test -c
From: Fumitoshi UKAI  <ukai@debian.or.jp>
2002-07-18 05:55:22 +00:00
Fumitoshi UKAI
d49f511002 wrong address 2002-07-17 21:21:56 +00:00
Fumitoshi UKAI
ef4fa0e3b9 merge w3m-img for framebuffer support
* 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>
2002-07-17 21:08:12 +00:00
Fumitoshi UKAI
a12c96b492 merge w3m-img for framebuffer support
* 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>
2002-07-17 20:58:48 +00:00
Fumitoshi UKAI
81499ed693 [w3m-dev 03263] fix lastA segfault
* main.c (lastA): fix lastA segfault when no anchor found
From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
2002-07-17 16:07:37 +00:00
Fumitoshi UKAI
b9c04a0f1e cvs version 2002-07-17 16:05:17 +00:00
Fumitoshi UKAI
73cfaaed25 w3m 0.3.1 2002-07-15 17:33:43 +00:00
Fumitoshi UKAI
8c3eb60558 [w3m-dev 03255] update cygwin info
* 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>
2002-07-11 15:36:46 +00:00
Fumitoshi UKAI
ba8592c47b [w3m-dev 03240] doc-jp update
* 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>
2002-07-10 14:28:09 +00:00
Fumitoshi UKAI
bb118b7356 import gc6.1alpha5 2002-07-10 14:21:11 +00:00
Dai Sato
adfa59bd5f delete old ftp site 2002-07-09 06:14:14 +00:00
Dai Sato
3ad7af5437 delete old mail addresses 2002-07-09 05:54:46 +00:00
Fumitoshi UKAI
3072c1edf4 fix indent 2002-07-01 11:12:14 +00:00
Dai Sato
589cabdbdc add prec_num to topA/lastA 2002-07-01 10:50:53 +00:00
Fumitoshi UKAI
c29dce721f [w3m-dev 03233] "obuf->flag |= RB_IGNORE_P" after <body> tag
* file.c (HTMLtagproc1): no need RB_IGNORE_P after <body> tag
From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
2002-06-24 13:32:10 +00:00
Dai Sato
1affa8c259 [w3m-dev 03215] add "base_lib gc.a" for making GC 2002-06-18 05:16:24 +00:00
Dai Sato
4d6887b264 [w3m-dev 03215] add "base_lib gc.a" to make command for GC 2002-06-18 04:59:09 +00:00
Fumitoshi UKAI
5317691c2f [w3m-dev 03212] lstat() in form.c
* form.c: define lstat unless HAVE_LSTAT
	(form_write_from_file): always check lstat()
From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
2002-06-17 17:51:39 +00:00
Dai Sato
316b06fda4 [w3m-dev 03214] strtoul() -> strtol() for SunOS4 2002-06-17 15:50:45 +00:00
Fumitoshi UKAI
a81a104780 [w3m-dev-en 00752] Re: tab completion weirdness in w3m 0.3
* file.c (doFileCopy): same fix as [w3m-dev-en 00751]
From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
2002-06-09 16:11:33 +00:00
Fumitoshi UKAI
1756f4887e [w3m-dev-en 00751] Re: tab completion weirdness in w3m 0.3
* main.c (svBuf): unescape spaces when input is filename
* proto.h (unescape_spaces): added
From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
2002-06-09 16:09:24 +00:00
Fumitoshi UKAI
259d1f18be [w3m-dev 03207] strchr(), strcasecmp(), and strncasecmp()
* 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>
2002-06-07 15:46:44 +00:00
Fumitoshi UKAI
51bd5e7bff [w3m-dev 03206] Re: dict
* main.c (execdict): quote word
From: Fumitoshi UKAI  <ukai@debian.or.jp>
2002-06-05 15:42:10 +00:00
Fumitoshi UKAI
424d7d2ae7 [w3m-dev 03204] INET6
* main.c (fversion): s/USE_INET6/INET6/
From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
2002-06-05 15:29:37 +00:00
Fumitoshi UKAI
f4b88ba232 [w3m-dev 03203] dict
* main.c (execdict): fix loadGeneralFile()
From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
2002-06-05 15:27:47 +00:00
Fumitoshi UKAI
f4600d6238 main.c (reinit): initKeymap(TRUE) 2002-06-01 17:26:11 +00:00
Fumitoshi UKAI
0ea488da1c indent fix 2002-06-01 17:10:37 +00:00
Fumitoshi UKAI
900682ebd5 [w3m-dev-en 00748] PATCH: Reinitialize w3m while running
* funcname.tab (INIT_MAILCAP): deleted
	(REINIT): added
* main.c (config_filename): added
	(reinit): added
* proto.h (reinit): added
* rc.c (rc_initialized): deleted
* w3mhelperpanel.c (editMailcap): use REINIT MAILCAP
From: Tushar Samant <scribble@pobox.com>
2002-06-01 17:09:04 +00:00