aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Change total_dot_number to unsigned intDavid Crosby2015-08-111-3/+3
| | |
| * | Free tmpDavid Crosby2015-08-111-0/+1
| | |
| * | Remove unreachable returnDavid Crosby2015-08-111-1/+0
|/ /
* | Update ChangeLogTatsuya Kinoshita2015-08-091-2/+7
| |
* | http requests: use Content-Length instead of Content-lengthAlan Grow2015-08-091-4/+4
| |
* | Update ChangeLogTatsuya Kinoshita2015-08-081-0/+20
| |
* | Support sgrmouse for skip_escseqEgmont Koblinger2015-08-081-0/+4
| | | | | | | | Origin: https://sourceforge.net/p/w3m/patches/65/#e2aa
* | Adjust comments for keymapsEgmont Koblinger2015-08-081-5/+5
| | | | | | | | Origin: https://sourceforge.net/p/w3m/patches/65/#e2aa
* | Support sgrmouse for Lynx-like key bindingTatsuya Kinoshita2015-08-081-1/+1
| | | | | | | | cf. https://sourceforge.net/p/w3m/patches/65/
* | Support SGR style mouse handler for menuIWAMOTO Kouichi2015-08-081-1/+45
| | | | | | | | | | | | cf. https://github.com/tats/w3m/issues/5 Origin: https://gist.github.com/ttdoda/83fbcf676a21da28432b Bug: https://sourceforge.net/p/w3m/patches/65/
* | Update ChangeLogTatsuya Kinoshita2015-08-061-0/+16
| |
* | Merge pull request #6 from richq/static-checksTatsuya Kinoshita2015-08-065-21/+23
|\ \ | | | | | | Static checks
| * | Strnew_charp and co do not modify the char* inputRichard Quirk2015-07-252-16/+16
| | |
| * | Close temp file if pipe open failsRichard Quirk2015-07-251-2/+4
| | |
| * | Avoid passing null to strlenRichard Quirk2015-07-251-1/+1
| | |
| * | Initialise hidden_input to NULLRichard Quirk2015-07-251-1/+1
| | | | | | | | | | | | This prevents a possible use of garbage value on line 3017.
| * | use pclose for pipeRichard Quirk2015-07-251-1/+1
| | |
* | | Update ChangeLogTatsuya Kinoshita2015-08-041-3/+4
| | |
* | | Update ChangeLogTatsuya Kinoshita2015-08-041-2/+10
| | |
* | | Fix that SGR style mouse handler has off-by-one problemIWAMOTO Kouichi2015-08-041-0/+2
| | | | | | | | | | | | | | | | | | cf. https://github.com/tats/w3m/issues/5 Origin: https://gist.github.com/ttdoda/30c189a63d483beeb207 Bug: https://sourceforge.net/p/w3m/patches/65/
* | | Update ChangeLogTatsuya Kinoshita2015-07-311-1/+2
| | |
* | | Update ChangeLogTatsuya Kinoshita2015-07-311-1/+1
| | |
* | | Update ChangeLogTatsuya Kinoshita2015-07-311-0/+6
| | |
* | | Merge pull request #4 from yshl/goodict.cgiTatsuya Kinoshita2015-07-311-10/+24
|\ \ \ | |/ / |/| | update Bonus/goodict.cgi
| * | modified: Bonus/goodict.cgi, update to the current URLyshl2015-07-281-8/+21
| | |
| * | modified: Bonus/goodict.cgi, use Encode.pm instead of NKFyshl2015-07-281-2/+3
|/ /
* | Update ChangeLogv0.5.3+git20150720Tatsuya Kinoshita2015-07-201-2/+9
| |
* | Add short description to READMETatsuya Kinoshita2015-07-201-0/+6
| |
* | Mention GOPHER_PROXY and FTP_PROXY in the FAQ documentsTatsuya Kinoshita2015-07-202-2/+2
| |
* | Update ChangeLogTatsuya Kinoshita2015-07-051-22/+27
| |
* | Mention HTTPS_PROXY in the FAQ documentsTatsuya Kinoshita2015-07-052-2/+2
| | | | | | | | Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791425
* | Update ChangeLogTatsuya Kinoshita2015-06-271-0/+8
| |
* | Merge pull request #3 from yshl/certdata2pemTatsuya Kinoshita2015-06-271-0/+3
|\ \ | | | | | | Error of certdata2pem.rb in doc-jp/README.SSL
| * | modify certdata2pem.rb in doc-jp/README.SSL, assume the encoding of the ↵yshl2015-06-271-0/+3
|/ / | | | | | | certdata.txt to be UTF-8
* | Update ChangeLogv0.5.3+git20150623Tatsuya Kinoshita2015-06-221-0/+5
| |
* | Wrap the functions used by image.c in USE_IMAGEDaniel Schepler2015-06-221-0/+2
| | | | | | | | Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789539
* | Update ChangeLogv0.5.3+git20150509Tatsuya Kinoshita2015-05-081-0/+5
| |
* | Update examples of siteconf for twitter.comTatsuya Kinoshita2015-05-082-4/+4
| |
* | Update ChangeLogTatsuya Kinoshita2015-05-031-0/+8
| |
* | Correct GC version confirmationTatsuya Kinoshita2015-05-031-1/+1
| |
* | Merge pull request #2 from yshl/gc-7.1Tatsuya Kinoshita2015-05-031-1/+1
|\ \ | | | | | | modify GC version confirmation
| * | correct GC version confirmationyshl2015-05-021-1/+1
|/ /
* | Update ChangeLogTatsuya Kinoshita2015-04-291-0/+10
| |
* | Update German translationMarkus Hiereth2015-04-291-4/+4
| | | | | | | | Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783383
* | Update PO strings for display_bordersTatsuya Kinoshita2015-04-295-11/+11
| |
* | Update ChangeLogTatsuya Kinoshita2015-04-261-0/+4
| |
* | Merge pull request #1 from yshl/gc-7.1Tatsuya Kinoshita2015-04-261-0/+4
|\ \ | | | | | | cannot built the master branch with gc-7.1
| * | for gc-7.1yshl2015-04-261-0/+4
|/ /
* | Update ChangeLogv0.5.3+git20150203Tatsuya Kinoshita2015-02-021-0/+4
| |
* | Update POTatsuya Kinoshita2015-02-023-600/+623
| |