[Dev-luatex] Cron /var/www/luatex.org/www/bin/luatex-svn

2010-02-21 Thread Cron Daemon
r3436 | taco | 2010-02-21 16:34:00 +0100 (Sun, 21 Feb 2010) | 4 lines Changed paths: M /tools/luatextag M /trunk/build.sh M /trunk/manual/luatexref-t.pdf M /trunk/manual/luatexref-t.tex M /trunk/source/texk/web2

Re: [Dev-luatex] svn revision ids

2010-02-21 Thread Reinhard Kotucha
On 21 February 2010 Taco Hoekwater wrote: > Taco Hoekwater wrote: > > > > To make matters worse, 'svnversion' has a bad habit of returning > > something that is not a number at all, so it has to be parsed. > > Now committed #3439. This is based on svnversion with a sed > command to strip

Re: [Dev-luatex] luatex 0.60 literate progamming options

2010-02-21 Thread Hartmut Henkel
On Sun, 21 Feb 2010, Taco Hoekwater wrote: > Peter Breitenlohner wrote: > > > > from my point of view Cweb/Noweb generate C code (as do flex and > > bison), whereas Doxygen uses (annotated) C code to generate > > documentation. Thus they fall into quite different categories. yes, and i guess one k

Re: [Dev-luatex] svn revision ids

2010-02-21 Thread Khaled Hosny
On Sun, Feb 21, 2010 at 08:42:33PM +0100, Patrick Gundlach wrote: > Hi, > > >>> ../../../source/texk/web2c/luatexdir/luatex.c:22: error: expected > >>> expression before ‘;’ token > >> > >> This should have been fixed by #3440 (Patrick had the same problem) > > > > I'm still getting this error

Re: [Dev-luatex] svn revision ids

2010-02-21 Thread Patrick Gundlach
Hi, >>> ../../../source/texk/web2c/luatexdir/luatex.c:22: error: expected >>> expression before ‘;’ token >> >> This should have been fixed by #3440 (Patrick had the same problem) > > I'm still getting this error with #3441. make sure you delete source/texk/web2c/luatexdir/luatex_svnversion.h

Re: [Dev-luatex] svn revision ids

2010-02-21 Thread Khaled Hosny
On Sun, Feb 21, 2010 at 07:52:29PM +0100, Taco Hoekwater wrote: > Khaled Hosny wrote: > >On Sun, Feb 21, 2010 at 06:13:11PM +0100, Taco Hoekwater wrote: > >>Taco Hoekwater wrote: > >>>To make matters worse, 'svnversion' has a bad habit of returning > >>>something that is not a number at all, so it

Re: [Dev-luatex] svn revision ids

2010-02-21 Thread Taco Hoekwater
Khaled Hosny wrote: On Sun, Feb 21, 2010 at 06:13:11PM +0100, Taco Hoekwater wrote: Taco Hoekwater wrote: To make matters worse, 'svnversion' has a bad habit of returning something that is not a number at all, so it has to be parsed. Now committed #3439. This is based on svnversion with a sed

Re: [Dev-luatex] svn revision ids

2010-02-21 Thread Khaled Hosny
On Sun, Feb 21, 2010 at 06:13:11PM +0100, Taco Hoekwater wrote: > Taco Hoekwater wrote: > > > >To make matters worse, 'svnversion' has a bad habit of returning > >something that is not a number at all, so it has to be parsed. > > Now committed #3439. This is based on svnversion with a sed > comman

Re: [Dev-luatex] luatex 0.60 literate progamming options

2010-02-21 Thread Karl Berry
taco> On that note (and lacking other discussion input), I move we go with Cweb. I am all for it. ms> One major problem I have with systems like CWEB is that they need tool support (e.g. in the debugger), as the code the compiler sees isn't the one the programmer edits. That'

Re: [Dev-luatex] svn revision ids

2010-02-21 Thread Taco Hoekwater
Taco Hoekwater wrote: To make matters worse, 'svnversion' has a bad habit of returning something that is not a number at all, so it has to be parsed. Now committed #3439. This is based on svnversion with a sed command to strip unwanted info and a preceding 'svn up' to make sure that svn agrees

Re: [Dev-luatex] svn revision ids

2010-02-21 Thread Patrick Gundlach
Hi Taco, > I am curious how it works out for other people, as it is quite > possible that I made a thinking error yet again. $ git svn rebase [...] $ ./build.sh --parallel [...] ./source/texk/web2c/mplibdir -Dextra_version_info=`date +-%Y%m%d%H` -g -O2 -MT luatex-luatex.o -MD -MP -MF .deps/l

Re: [Dev-luatex] svn revision ids

2010-02-21 Thread Khaled Hosny
On Sun, Feb 21, 2010 at 05:11:36PM +0100, Martin Schröder wrote: > 2010/2/21 Taco Hoekwater : > > [t...@ntg tmp]$ echo $LANG > > en_US.UTF-8 > > > > what's wrong? > > You are in the Netherlands and speak Dutch. Why doesn't your computer? :-) Though I and my computer speak Arabic, I usually set LC

Re: [Dev-luatex] svn revision ids

2010-02-21 Thread Taco Hoekwater
Taco Hoekwater wrote: Martin Schröder wrote: 2010/2/21 Taco Hoekwater : The script is source/texk/web2c/luatexdir/getluatexsvnrevision.sh, and it is currently run from build.sh and from the tools/luatextag script. The latter is used to create the source tarballs. This uses svn info with an UR

Re: [Dev-luatex] svn revision ids

2010-02-21 Thread Taco Hoekwater
Martin Schröder wrote: 2010/2/21 Taco Hoekwater : The script is source/texk/web2c/luatexdir/getluatexsvnrevision.sh, and it is currently run from build.sh and from the tools/luatextag script. The latter is used to create the source tarballs. This uses svn info with an URL, which is SLOW. Would

Re: [Dev-luatex] svn revision ids

2010-02-21 Thread Taco Hoekwater
Martin Schröder wrote: 2010/2/21 Taco Hoekwater : [t...@ntg tmp]$ echo $LANG en_US.UTF-8 what's wrong? You are in the Netherlands and speak Dutch. Why doesn't your computer? :-) While at the computer, I 'speak' English a lot more than Dutch. Thanks for the patch. Best wishes, Taco ___

Re: [Dev-luatex] svn revision ids

2010-02-21 Thread Martin Schröder
2010/2/21 Taco Hoekwater : > The script is source/texk/web2c/luatexdir/getluatexsvnrevision.sh, > and it is currently run from build.sh and from the tools/luatextag > script. The latter is used to create the source tarballs. This uses svn info with an URL, which is SLOW. Wouldn't svnversion be the

Re: [Dev-luatex] svn revision ids

2010-02-21 Thread Martin Schröder
2010/2/21 Taco Hoekwater : > [t...@ntg tmp]$ echo $LANG > en_US.UTF-8 > > what's wrong? You are in the Netherlands and speak Dutch. Why doesn't your computer? :-) > echo $LANG de_DE.UTF-8 > svn info http://foundry.supelec.fr/svn/luatex/trunk/source Pfad: source URL: http://foundry.supelec.fr/svn/

Re: [Dev-luatex] svn revision ids

2010-02-21 Thread Taco Hoekwater
Martin Schröder wrote: 2010/2/21 Taco Hoekwater : I am curious how it works out for other people, as it is quite possible that I made a thinking error yet again. You are all running systems with LANG=C, it seems... [t...@ntg tmp]$ echo $LANG en_US.UTF-8 what's wrong? _

Re: [Dev-luatex] svn revision ids

2010-02-21 Thread Martin Schröder
2010/2/21 Taco Hoekwater : > I am curious how it works out for other people, as it is quite > possible that I made a thinking error yet again. You are all running systems with LANG=C, it seems... Best Martin ___ dev-luatex mailing list dev-luatex@nt

[Dev-luatex] svn revision ids

2010-02-21 Thread Taco Hoekwater
Hi, As of revision 3436, luatex once again reports a svn revision id in the banner when it has been built on a system with a working 'svn' command. The script that fetches the number is based on an idea of Reinhard Kotucha, and uses 'svn info URL' to get the number. The script is source/texk/web

[Dev-luatex] Cron /var/www/luatex.org/www/bin/luatex-svn

2010-02-21 Thread Cron Daemon
r3435 | taco | 2010-02-21 13:00:40 +0100 (Sun, 21 Feb 2010) | 3 lines Changed paths: M /trunk/source/texk/web2c/luatexdir/lua/ltexlib.c add tex.sp() function, and patch dimen_to_number() so that it uses TeX82's rules. ---

Re: [Dev-luatex] dimension helper

2010-02-21 Thread Paweł Jackowski
Taco: [...] Here is what works for me. Accept or deny, I won't insist any longer. Applied, so there now is the new function tex.sp(). Both changes are in revision #3435. I confirm tex.sp function working as expected, including changed behaviour of dimen_to_number() . Thank you! -- Pawe/l J

Re: [Dev-luatex] luatex 0.60 literate progamming options

2010-02-21 Thread Taco Hoekwater
Hi, Martin Schröder wrote: 2010/2/21 Taco Hoekwater : Peter Breitenlohner wrote: From the build system side, I'd think normal users (i.e., people building TL or just luaTeX) should not be required to have either Noweb or Doxygen, as they are not required to have Autoconf, Automake, Flex, or

Re: [Dev-luatex] luatex 0.60 literate progamming options

2010-02-21 Thread Martin Schröder
2010/2/21 Taco Hoekwater : > Peter Breitenlohner wrote: >>  From the build system side, I'd think normal users (i.e., people building >> TL or just luaTeX) should not be required to have either Noweb or Doxygen, >> as they are not required to have Autoconf, Automake, Flex, or Bison. > > On that not

Re: [Dev-luatex] luatex 0.60 literate progamming options

2010-02-21 Thread Taco Hoekwater
Hi, Peter Breitenlohner wrote: from my point of view Cweb/Noweb generate C code (as do flex and bison), whereas Doxygen uses (annotated) C code to generate documentation. Thus they fall into quite different categories. Cweb is special because it is built as part of TL, but otherwise probabl

Re: [Dev-luatex] dimension helper

2010-02-21 Thread Taco Hoekwater
Hi, Paweł Jackowski wrote: Taco: Although I do fear that dimen_to_number (in ltexlib.c) will need un-fixing to be totally compatible with TeX82: I am using strtod() and the documented conversion ratios there instead of the actual code from Knuth. And when it will happen, the effects of

Re: [Dev-luatex] helpers

2010-02-21 Thread c . a . rowley
Wow! Humour and even a song or two ... on dev-luatex!!!?? Every little spit helps! chris --- The Open University is incorporated by Royal Charter (RC 000391), an exempt charity in England & Wales and a charity registered in

Re: [Dev-luatex] dimension helper

2010-02-21 Thread David Kastrup
Reinhard Kotucha writes: > On 21 February 2010 Arthur Reutenauer wrote: > > > > In such moments I always wonder how far I can annoy you until being > > > banned. One more try ;) > > > > There's always the LuaTeX user list (lua...@tug.org) ;-) > > Since Paweł asked Hans and Taco explicitl