1. 24 Jan, 2012 12 commits
  2. 23 Jan, 2012 21 commits
  3. 22 Jan, 2012 5 commits
  4. 21 Jan, 2012 2 commits
    • Rafaël Carré's avatar
      contrib: lua: don't use localeconv() · 9be1c37a
      Rafaël Carré authored
      not thread-safe, not available on android
      just use '.' as decimal separator
      (cherry picked from commit 6309ae8c)
      Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
      9be1c37a
    • Rafaël Carré's avatar
      OSX packaging: fix http lua · 0c5fdbfe
      Rafaël Carré authored
      Use make install instead of broken rule in a custom script
      Close #5891
      Also move headers installation from said script to package.mak
      
      We should use make install in the main directory but for some reason
      the rule recurses and never ends
      (cherry picked from commit 860a7e5c)
      
      Conflicts:
      
      	extras/package/macosx/package.mak
      	projects/macosx/framework/Pre-Compile.sh
      0c5fdbfe