[w3m-dev 04049] w3m-cvs-1.914-misc.patch
* Makefile.in (funcname.tab): dont modify when target is unchanged. (CFLAGS): need $(CPPFLAGS)? * config.h.in: add HAVE_STDINT_H, HAVE_INTTYPES_H * configure.in: s/AC_CANONICAL_SYSTEM/AC_CANONICAL_HOST/ don't use AC_CYGWIN don't use $CYGWIN, use $host_os *cygwin* AC_DEFINE in AC_CHECK_HEADER (float.h, sys/select.h) add stdint.h, inttypes.h * etc.c (find_auth_pass_entry): host is case insensitive * libwc/wc_types.h: use stdint.h or inttypes.h * main.c (MAIN); need GC_init() From: AIDA Shinra <shinra@j10n.org>
This commit is contained in:
80
TODO
80
TODO
@@ -1,5 +1,85 @@
|
||||
TODO lists
|
||||
|
||||
refactoring
|
||||
backend - ??
|
||||
file - ??
|
||||
local ?
|
||||
func ?
|
||||
indep ?
|
||||
main
|
||||
|
||||
utilities
|
||||
Str - string modules
|
||||
myctype
|
||||
entity
|
||||
symbol
|
||||
hash
|
||||
textlist
|
||||
etc - system informations
|
||||
history
|
||||
inflate
|
||||
matrix
|
||||
regex
|
||||
|
||||
configuration
|
||||
rc
|
||||
|
||||
UI
|
||||
display
|
||||
menu
|
||||
search
|
||||
keybind
|
||||
linein
|
||||
terms
|
||||
mouse
|
||||
|
||||
buffer
|
||||
buffer
|
||||
|
||||
loader - main controller
|
||||
loader
|
||||
- connection management
|
||||
- protocol backends
|
||||
- media management
|
||||
- media processing
|
||||
|
||||
URL
|
||||
url
|
||||
- protocol backends
|
||||
|
||||
media management
|
||||
mailcap
|
||||
mimehead
|
||||
mimetyps
|
||||
- media procesings
|
||||
|
||||
media processing
|
||||
html
|
||||
parsetag
|
||||
parsetagx
|
||||
anchor
|
||||
form
|
||||
frame
|
||||
map
|
||||
table
|
||||
tagtable
|
||||
plain
|
||||
image
|
||||
|
||||
connection management
|
||||
conn
|
||||
ssl?
|
||||
istream
|
||||
|
||||
protocol backend
|
||||
http
|
||||
auth
|
||||
cookie
|
||||
ftp
|
||||
news
|
||||
...
|
||||
|
||||
|
||||
Documentation
|
||||
release notes for w3m-0.4
|
||||
[w3m-dev 03739]
|
||||
|
Reference in New Issue
Block a user