--- Log opened Thu Nov 11 00:00:14 2004 00:11 < CIA-7> jonas * elinks/ChangeLog: ChangeLog update 00:15 -!- zas [~zas@Mix-Besancon-110-3-223.w80-12.abo.wanadoo.fr] has signed off ("bbl") 00:16 < CIA-7> jonas * elinks/src/sched/session.c: Rearrange the code where the strange bug 559 fails. 00:49 < CIA-7> jonas * elinks/src/protocol/uri.c: Add some probation code for detecting infinite loops in URI translation. Idea by lindi-, which apparently doesn't trust the current code much. ;) 01:05 < CIA-7> jonas REL_0_9_1rc1 * elinks/src/protocol/http/http.c: Disable bzip2 specification for Accept-Encoding. It leads to infinite loops. (bug 517) 01:07 < CIA-7> jonas * elinks/src/protocol/http/http.c: How embarressing that these ancient encoding macros are still in use. Vive la CONFIG_*. 01:09 < CIA-7> jonas REL_0_9_1rc1 * elinks/src/cookies/cookies.c: Fix wrong return value for cookie domain security checking function. 01:19 < CIA-7> jonas REL_0_9_1rc1 * elinks/src/bfu/inphist.c: Fix leak when completing with empty history. 01:23 < CIA-7> jonas REL_0_9_1rc1 * elinks/configure.in: 0.9.3 01:32 < CIA-7> jonas REL_0_9_1rc1 * elinks/ChangeLog: ChangeLog update 01:39 < CIA-7> jonas REL_0_9_1rc1 * elinks/configure.in: 0.9.3.CVS 05:54 -!- ElectricElf [~david@electricelf.user] has signed off (Remote closed the connection) 06:00 -!- ElectricElf [~david@ERR.COS.CS.CMU.EDU] has joined #elinks 06:56 -!- Quazgaa [koren@m188.telcomplus.net] has joined #elinks 07:57 -!- Quazgaa_ [koren@m154.telcomplus.net] has joined #elinks 08:01 -!- Quazgaa [koren@m188.telcomplus.net] has signed off (Read error: 60 (Operation timed out)) 08:06 -!- Quazgaa [koren@m158.telcomplus.net] has joined #elinks 08:17 -!- Quazgaa [koren@m158.telcomplus.net] has signed off (Client Quit) 08:17 -!- Quazgaa [koren@m182.telcomplus.net] has joined #elinks 08:20 -!- Quazgaa_ [koren@m154.telcomplus.net] has signed off (Client Quit) 08:22 -!- Quazgaa_ [koren@m239.telcomplus.net] has joined #elinks 08:40 -!- Quazgaa [koren@m182.telcomplus.net] has signed off (Client Quit) 08:45 -!- Quazgaa_ [koren@m239.telcomplus.net] has signed off (Client Quit) 09:19 -!- Quazgaa [koren@m204.telcomplus.net] has joined #elinks 10:13 -!- Quazgaa [koren@m204.telcomplus.net] has signed off (Read error: 60 (Operation timed out)) 10:36 -!- ElectricElf [~david@electricelf.user] has signed off (Remote closed the connection) 12:46 -!- zas [~zas@Mix-Besancon-111-2-79.w80-12.abo.wanadoo.fr] has joined #elinks 12:58 -!- zas [~zas@Mix-Besancon-111-2-79.w80-12.abo.wanadoo.fr] has signed off ("Lost terminal") 18:10 < Miciah> fonseca: Why would you need to fix CGI? You could use a server for generated CSS just as well as you can for generated HTML. 18:12 < Miciah> The code in del_from_cookie_list is worth factoring, but it should not be factored in quite such a way. 18:13 < Miciah> del_from_cookie_list could just return cookie->prev. 18:13 < Miciah> I think that the callers should be modified not to need either the argument changed or the return value. 18:14 < Miciah> I'll look at the context now so that I'll know what I'm talking about. 18:15 < Miciah> Can't we just use foreach_safe? 18:15 < Miciah> s/_// 18:17 < Miciah> I keep thinking that gl or similar would scroll right in Vim. I really miss character-by-character horizontal scrolling. 18:20 < Miciah> Ah, zl. 18:20 < Miciah> So very nifty. 18:38 -!- ElectricElf [~david@216.17.101.36] has joined #elinks 18:40 < lindi-> hmm, elinks shows ftp://www-126.ibm.com/pub/jikes/1.22/jikes-1.22.tar.bz2 as text 18:45 < Miciah> I wuz browsing www.vim.org when I found a link that was broken by ELinks decoding an entity within. 19:18 < Miciah> Bug 563 is familiar, with the bad session data and all. 19:19 < Miciah> I've had this crashed ELinks session sitting in GDB for almost two weeks, and I think that it had hit the same bug. 19:20 < Miciah> The GDB process dates Oct 30, but I don't know about the binary. I must start keeping track of that. 19:58 < CIA-7> miciah * elinks/src/config/options.inc: 19:58 < CIA-7> Change the description of terminal._template_.colors 19:58 < CIA-7> not to erroneously indicate that the environment variable 19:58 < CIA-7> TERM must have a certain value for 256 color support and instead 19:58 < CIA-7> just to say that ELinks will use XTerm RGB codes. 19:59 < CIA-7> miciah * elinks/src/config/options.inc: Drop an extra newline at the end of the same option description. 20:02 < CIA-7> miciah * elinks/src/cookies/cookies.c: Substitute foreachsafe for foreach where the loop calls del_from_cookie_list. 20:04 < CIA-7> miciah * elinks/src/cookies/cookies.c: Halve the indirection to the cookie passed to del_from_cookie_list. 20:05 < CIA-7> miciah * elinks/src/cookies/cookies.c: 20:05 < CIA-7> In del_from_cookie_list, drop the local variable tmp 20:05 < CIA-7> and instead operate directly on the passed pointer. 20:05 < Miciah> Let's see whether it compiles. 20:07 < Miciah> Yup. Now just to wait for somebody to report a run-time error. 20:07 < Miciah> ELinks development is so fun. 20:27 < Miciah> fonseca: Please review revision 1.38 of src/util/file.c. I don't understand why we make two calls to ulongcat with the same arguments both times. 20:31 < CIA-7> witekfl * elinks/po/pl.po: Polish translation was updated. 20:40 < CIA-7> miciah * elinks/src/bfu/inpfield.c: 20:40 < CIA-7> In kbd_field, after handling the copy-clipboard action, 20:40 < CIA-7> return EVENT_PROCESSED rather than EVENT_NOT_PROCESSED. 20:40 < Miciah> That was something that had been bothering me for a very long time. Let's see whether it breaks anything. 20:51 < CIA-7> zas * elinks/po/fr.po: French translation was updated. 20:55 < Miciah> Should we assert(to + amount < from || to > from + amount) in copy_screen_chars? 21:09 -!- Neuromancer [~neuromanc@pcp0010512606pcs.univde01.de.comcast.net] has joined #elinks 21:15 -!- Neuromancer [~neuromanc@pcp0010512606pcs.univde01.de.comcast.net] has left #elinks () 21:20 < CIA-7> miciah * elinks/src/bfu/menu.c: 21:20 < CIA-7> In draw_menu_left_text_hk, rename the local variable hk to hk_state 21:20 < CIA-7> to better indicate its usage. 21:29 < CIA-7> miciah * elinks/src/bfu/menu.c: 21:29 < CIA-7> In draw_menu_left_text_hk, transform |x < w + !!hk_state| 21:29 < CIA-7> to |x - !!hk_state < w| to better represent the abstract condition: 21:29 < CIA-7> the co-ordinate of the character to be printed must be less than 21:29 < CIA-7> the width of the available space, and if there was a hotkey marker, 21:29 < CIA-7> do not count it towards that co-ordinate. 21:31 < CIA-7> miciah * elinks/src/bfu/text.c: #undef is_unsplitable after it has fulfilled its purpose. 21:39 -!- Neuromancer [~neuromanc@pcp0010512606pcs.univde01.de.comcast.net] has joined #elinks 21:39 -!- Neuromancer [~neuromanc@pcp0010512606pcs.univde01.de.comcast.net] has left #elinks () 21:45 < Miciah> Is some of the ctrl-c stuff in send_kbd_event debris from when Jonas removed the hard-coding of ctrl-c to really-quit? 21:46 < Miciah> It looks like, if ctrl-c is not bound to quit, the frame and scripts will get a chance at it before ELinks quits. --- Log closed Fri Nov 12 00:00:24 2004