[Olsr-commit] OLSR.org main repository branch, master, updated. OLSRD_0_6_3-1465-gdbaed40

(spam-protected) (spam-protected)
Fri Oct 26 14:21:50 CEST 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OLSR.org main repository".

        See http://olsr.org/git/?p=olsrd.git;a=commitdiff;h=OLSRD_0_6_3-1465-gdbaed40
        for a web version of the last commit.

The branch, master has been updated
       via  dbaed40cf8109d2b981be12af59fbb5efbbcd073 (commit)
       via  65fcee285cb20c94332eb089b677e32a3a7013e8 (commit)
       via  c5bb71dc5399b8e89a7de9c632fed54ec6003912 (commit)
       via  ab9e9284e93f87815955a1d4aee5bc23a0023d02 (commit)
       via  8b799960a616826428e9d8fd8cde1c23bc2ccede (commit)
       via  1240d933cf60edc4c99c4c49d8907ac494462138 (commit)
       via  dd8fab5721293b97939d3096ae21811247be4aaf (commit)
       via  d5d2cde07ebd543552d071a0cbe703c03f17efe8 (commit)
       via  2254c8e8c17587e229ef1c3cb9d07d78afc7a1dd (commit)
       via  6fdc1af2d8ef0b8b69a42eac21c221aec202210f (commit)
       via  ff33691744ad834aed0e5cb7232c813f0aa86502 (commit)
       via  f4f134d86e870b4f8410b5be42ab4c8daf9f11b9 (commit)
       via  8d8e0450e1d5b4e6849549e410adf60c1e8f895d (commit)
      from  d7e0e891cd5343475f6c3036f3372221a859af5a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit dbaed40cf8109d2b981be12af59fbb5efbbcd073
Merge: 65fcee2 c5bb71d
Author: Ferry Huberts <(spam-protected)>
Date:   Fri Oct 26 13:28:16 2012 +0200

    Merge branch 'lua-official-502'
    
    * lua-official-502:
      tas: lua: run gnu-indent.sh script
      use the POSIX standard '__linux__' macro instead of 'linux'
      Patch ALIGN_NOWARN_ARM macro for better priority handling.
      ARM alignment warnings fixed
      Fix sytax errs and line break quirks for gnu-indent
      * added -Wcast-qual: this killed lots of unnecessary type-casts
      * added -Wbad-function-cast
      cleanup, 1. step (to get some local changes away):
      x86_64 patch from Bernd
      tas: lua: official source code for 5.0.2

commit 65fcee285cb20c94332eb089b677e32a3a7013e8
Author: Ferry Huberts <(spam-protected)>
Date:   Fri Oct 26 13:27:29 2012 +0200

    tas: lua: sync up to official source code with fixes
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit c5bb71dc5399b8e89a7de9c632fed54ec6003912
Author: Ferry Huberts <(spam-protected)>
Date:   Fri Oct 26 13:15:36 2012 +0200

    tas: lua: run gnu-indent.sh script
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit ab9e9284e93f87815955a1d4aee5bc23a0023d02
Author: Ferry Huberts <(spam-protected)>
Date:   Fri Oct 26 10:38:04 2012 +0200

    use the POSIX standard '__linux__' macro instead of 'linux'
    
    "Use __linux__ for this purpose, not linux. Although the latter is defined, it is not POSIX compliant."
        http://www.faqs.org/docs/Linux-HOWTO/GCC-HOWTO.html#INDEX.25
    
    from: 485c4d5ca8ad403b27afd39d3016f9741f28867a

commit 8b799960a616826428e9d8fd8cde1c23bc2ccede
Author: Ferry Huberts <(spam-protected)>
Date:   Fri Oct 26 10:27:50 2012 +0200

    Patch ALIGN_NOWARN_ARM macro for better priority handling.
    
    from: 7fce805df297d920e5c65e537f610fa7da75bab5

commit 1240d933cf60edc4c99c4c49d8907ac494462138
Author: Ferry Huberts <(spam-protected)>
Date:   Fri Oct 26 10:25:52 2012 +0200

    ARM alignment warnings fixed
    
    from: d1656d8112d5605cd709c211960ab71b34a49bed

commit dd8fab5721293b97939d3096ae21811247be4aaf
Author: Ferry Huberts <(spam-protected)>
Date:   Fri Oct 26 12:43:15 2012 +0200

    Fix sytax errs and line break quirks for gnu-indent
    
    from: 0e3c43820a333bea7863e08208de22d77dc828aa
    
    corrected gnu-indent quirks
    
    from: 29d2799ba478fc0354596ff132128e873454bb20

commit d5d2cde07ebd543552d071a0cbe703c03f17efe8
Author: Ferry Huberts <(spam-protected)>
Date:   Fri Oct 26 12:42:21 2012 +0200

    * added -Wcast-qual: this killed lots of unnecessary type-casts
    
    from: 17271941ffaa174ee45959effee041831b489d00

commit 2254c8e8c17587e229ef1c3cb9d07d78afc7a1dd
Author: Bernd Petrovitsch <(spam-protected)>
Date:   Fri Nov 16 19:34:26 2007 +0000

    * added -Wbad-function-cast
    
    from: ee7eeb6d7f7b5a23830402c6b346d8db93995d41

commit 6fdc1af2d8ef0b8b69a42eac21c221aec202210f
Author: Ferry Huberts <(spam-protected)>
Date:   Fri Oct 26 13:06:40 2012 +0200

    cleanup, 1. step (to get some local changes away):
    
    from: 6ff6c1cc6464a9ca6ac1d3961fc044960a402e5b

commit ff33691744ad834aed0e5cb7232c813f0aa86502
Author: Ferry Huberts <(spam-protected)>
Date:   Fri Oct 26 12:40:36 2012 +0200

    tas: lua: run gnu-indent.sh script
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit f4f134d86e870b4f8410b5be42ab4c8daf9f11b9
Author: Andreas Tonnesen <(spam-protected)>
Date:   Sat Nov 19 08:39:26 2005 +0000

    x86_64 patch from Bernd
    
    from: eda03ea1f7554d8bc24c6443b7a405d0ed84e9a0

commit 8d8e0450e1d5b4e6849549e410adf60c1e8f895d
Author: Ferry Huberts <(spam-protected)>
Date:   Fri Oct 26 12:35:23 2012 +0200

    tas: lua: official source code for 5.0.2
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

-----------------------------------------------------------------------

Summary of changes:
 lib/tas/src/lua/lapi.c     |  113 ++++++++++++++++++++----
 lib/tas/src/lua/lapi.h     |   10 +--
 lib/tas/src/lua/lauxlib.c  |   71 ++++++++++++---
 lib/tas/src/lua/lauxlib.h  |   24 ++++--
 lib/tas/src/lua/lbaselib.c |   66 +++++++++++---
 lib/tas/src/lua/lcode.c    |  175 ++++++++++++++++++-----------------
 lib/tas/src/lua/lcode.h    |   12 +--
 lib/tas/src/lua/ldblib.c   |   32 +++++--
 lib/tas/src/lua/ldebug.c   |  118 +++++++++++++-----------
 lib/tas/src/lua/ldebug.h   |   12 +--
 lib/tas/src/lua/ldo.c      |   46 +++++++---
 lib/tas/src/lua/ldo.h      |   15 ++--
 lib/tas/src/lua/ldump.c    |    8 +--
 lib/tas/src/lua/lfunc.c    |   19 +++--
 lib/tas/src/lua/lfunc.h    |   11 +--
 lib/tas/src/lua/lgc.c      |   76 +++++++++-------
 lib/tas/src/lua/lgc.h      |   12 +--
 lib/tas/src/lua/liolib.c   |   74 +++++++++++++--
 lib/tas/src/lua/llex.c     |   75 ++++++++--------
 lib/tas/src/lua/llex.h     |   15 ++--
 lib/tas/src/lua/llimits.h  |   36 ++++++--
 lib/tas/src/lua/lmathlib.c |   29 ++++---
 lib/tas/src/lua/lmem.c     |   18 ++--
 lib/tas/src/lua/lmem.h     |   11 +--
 lib/tas/src/lua/loadlib.c  |   15 ++--
 lib/tas/src/lua/lobject.c  |   43 +++++-----
 lib/tas/src/lua/lobject.h  |   48 +++++++++--
 lib/tas/src/lua/lopcodes.c |   11 +--
 lib/tas/src/lua/lopcodes.h |   29 +++++--
 lib/tas/src/lua/lparser.c  |  215 +++++++++++++++++++++++++++-----------------
 lib/tas/src/lua/lparser.h  |   13 ++--
 lib/tas/src/lua/lstate.c   |   27 ++++--
 lib/tas/src/lua/lstate.h   |   26 ++++--
 lib/tas/src/lua/lstring.c  |   15 ++--
 lib/tas/src/lua/lstring.h  |   12 +--
 lib/tas/src/lua/lstrlib.c  |  134 +++++++++++++++-------------
 lib/tas/src/lua/ltable.c   |   52 ++++++++---
 lib/tas/src/lua/ltable.h   |   11 +--
 lib/tas/src/lua/ltablib.c  |   22 +++--
 lib/tas/src/lua/ltests.c   |   58 +++++++++++--
 lib/tas/src/lua/ltm.c      |   14 ++--
 lib/tas/src/lua/ltm.h      |   13 ++--
 lib/tas/src/lua/lua.h      |   44 ++++++++--
 lib/tas/src/lua/lualib.h   |   14 ++--
 lib/tas/src/lua/lundump.c  |    8 +--
 lib/tas/src/lua/lundump.h  |    8 +--
 lib/tas/src/lua/lvm.c      |  162 +++++++++++++++-------------------
 lib/tas/src/lua/lvm.h      |   11 +--
 lib/tas/src/lua/lzio.c     |   13 ++--
 lib/tas/src/lua/lzio.h     |   16 ++--
 50 files changed, 1304 insertions(+), 808 deletions(-)


hooks/post-receive
-- 
OLSR.org main repository




More information about the Olsr-commit mailing list