Commit Graph

279 Commits

Author SHA1 Message Date
Tatsuya Kinoshita
9b137b1d12 Add short description to README 2015-07-20 16:58:41 +09:00
Tatsuya Kinoshita
d825e68a91 Mention GOPHER_PROXY and FTP_PROXY in the FAQ documents 2015-07-20 16:58:07 +09:00
Tatsuya Kinoshita
3dcf5be5a7 Update ChangeLog 2015-07-05 10:04:10 +09:00
Tatsuya Kinoshita
e9553e6227 Mention HTTPS_PROXY in the FAQ documents
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791425
2015-07-05 09:53:34 +09:00
Tatsuya Kinoshita
3f7f011ef6 Update ChangeLog 2015-06-27 19:11:05 +09:00
Tatsuya Kinoshita
10770ed97e Merge pull request #3 from yshl/certdata2pem
Error of certdata2pem.rb in doc-jp/README.SSL
2015-06-27 19:06:16 +09:00
yshl
e8db7ca945 modify certdata2pem.rb in doc-jp/README.SSL, assume the encoding of the certdata.txt to be UTF-8 2015-06-27 16:33:39 +09:00
Tatsuya Kinoshita
b685e68ae7 Update ChangeLog 2015-06-23 06:59:39 +09:00
Daniel Schepler
53a9515b18 Wrap the functions used by image.c in USE_IMAGE
Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789539
2015-06-23 06:58:04 +09:00
Tatsuya Kinoshita
cd9f27277d Update ChangeLog 2015-05-09 06:15:38 +09:00
Tatsuya Kinoshita
fb6b8391a8 Update examples of siteconf for twitter.com 2015-05-09 06:14:54 +09:00
Tatsuya Kinoshita
8c5d92d33b Update ChangeLog 2015-05-03 11:45:53 +09:00
Tatsuya Kinoshita
928af643ca Correct GC version confirmation 2015-05-03 11:44:14 +09:00
Tatsuya Kinoshita
1aa26e6d4f Merge pull request #2 from yshl/gc-7.1
modify GC version confirmation
2015-05-03 11:39:41 +09:00
yshl
70334e3605 correct GC version confirmation 2015-05-02 10:42:35 +09:00
Tatsuya Kinoshita
8fe1b17576 Update ChangeLog 2015-04-29 16:57:43 +09:00
Markus Hiereth
d4dfc5cec5 Update German translation
Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783383
2015-04-29 16:49:18 +09:00
Tatsuya Kinoshita
abb41b0812 Update PO strings for display_borders 2015-04-29 16:39:49 +09:00
Tatsuya Kinoshita
779cfe4011 Update ChangeLog 2015-04-26 21:32:44 +09:00
Tatsuya Kinoshita
c732061466 Merge pull request #1 from yshl/gc-7.1
cannot built the master branch with gc-7.1
2015-04-26 21:26:10 +09:00
yshl
e0641028c7 for gc-7.1 2015-04-26 18:38:08 +09:00
Tatsuya Kinoshita
324de85584 Update ChangeLog 2015-02-03 00:02:53 +09:00
Tatsuya Kinoshita
f269b9c5a0 Update PO 2015-02-03 00:02:25 +09:00
Tatsuya Kinoshita
57faeb29c6 Update ChangeLog 2015-02-02 23:10:50 +09:00
Tatsuya Kinoshita
0efbaf15c3 New option "display_borders" to display 0 pixel table borders.
cf. http://d.hatena.ne.jp/rubikitch/20101120
2015-02-02 23:09:34 +09:00
Tatsuya Kinoshita
605aaef47d Merge branch 'bug/changelog' 2015-01-24 01:17:47 +09:00
Tatsuya Kinoshita
ee5008c7c5 Update ChangeLog 2015-01-24 01:17:38 +09:00
Tatsuya Kinoshita
2aa424b3fe Merge branch 'feature/debian-version' 2015-01-24 01:13:56 +09:00
Tatsuya Kinoshita
03f0556443 Update to 0.5.3+gitYYYYMMDD (generate from ChangeLog) 2015-01-24 01:13:37 +09:00
Tatsuya Kinoshita
ae73004cae Merge branch 'bug/changelog' 2015-01-15 21:24:23 +09:00
Tatsuya Kinoshita
6cfe730369 Update ChangeLog 2015-01-15 21:22:52 +09:00
Tatsuya Kinoshita
ffc254ab38 Merge branch 'bug/alloc' 2015-01-15 20:52:51 +09:00
Tatsuya Kinoshita
ee0405c689 Drop C99 features 2015-01-15 20:50:16 +09:00
Scarlett
cbec7032ee Add overflow detection
Origin: http://marc.info/?l=openbsd-ports&m=142090828929750&w=2

* main.c: Call exit(1) when out of memory to avoid dereferencing null
pointers when gc's malloc fails.

* alloc.h: Replacements for w3m's allocation macros which add
overflow detection and concentrate the macros in one file.

* indep.h, libwc/charset.c, libwc/status.c, matrix.c: Use the
overflow-detecting allocation macros from alloc.h.
2015-01-15 19:38:11 +09:00
Tatsuya Kinoshita
fde71b37d2 Merge branch 'bug/printf' 2015-01-15 19:14:08 +09:00
Tatsuya Kinoshita
5e9545756b Do not use C99 printf format specifiers and asprintf 2015-01-15 19:13:51 +09:00
Scarlett
ec8272d8fe Correct printf arguments and use asprintf
Origin: http://marc.info/?l=openbsd-ports&m=142090828929750&w=2

* Str.c: Use asprintf() instead of rolling our own printf string
length detection.

* cookie.c: Pass the char pointer in the string struct to printf %s
instead of the string struct itself.
Print time_t using %lld instead of %ld to allow for 64-bit time_t.

* main.c: Print a long int using the correct format specifier.

* map.c: Print size_t using the correct format specifier.
2015-01-15 18:58:35 +09:00
Tatsuya Kinoshita
dae53252fb Merge branch 'bug/changelog' 2014-12-10 00:24:08 +09:00
Tatsuya Kinoshita
1f9ea2a559 Update ChangeLog 2014-12-10 00:23:19 +09:00
Tatsuya Kinoshita
b86f4cfe83 Merge branch 'feature/remoteimg' 2014-12-06 20:51:51 +09:00
Araki Ken
2e8def7ab6 Add README.sixel. W3M_IMG2SIXEL environmental variable enables to specify options of img2sixel. 2014-12-06 20:47:05 +09:00
Araki Ken
982a8feab0 * Add n_terminal_image argument to put_image_{sixel|osc5379}(). * Use struct winsize to calculate ppc and ppl. 2014-12-06 20:47:05 +09:00
Araki Ken
f64d6bb899 If SCREEN_VARIANT=sixel on GNU screen, exec img2sixel without -P option. 2014-12-06 20:47:05 +09:00
Araki Ken
df84882eb3 ttymode_set() -> ttymode_reset(). 2014-12-06 20:47:05 +09:00
Araki Ken
78ae4478df Fix. 2014-12-06 20:47:05 +09:00
Araki Ken
3f3906151b Support GNU screen. 2014-12-06 20:47:05 +09:00
Araki Ken
0c25fd96f7 Show GIF (except animation GIF) correctly. 2014-12-06 20:47:05 +09:00
Araki Ken
4459dbe26e img2sixel exits by Ctrl+C. Enable GIF Animation if 'I' is pressed to show it. 2014-12-06 20:47:05 +09:00
Araki Ken
75e89acd80 Add declaration of get_pixel_per_cell(). 2014-12-06 20:47:05 +09:00
Araki Ken
4a9c976e32 Show the first frame of animation gif files. 2014-12-06 20:47:05 +09:00