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 6309ae8cb1f75aba2b6a5b3473dc635073c9ab3d)
      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 860a7e5c4193e4990f171cea93bddf43dba009b5)
      
      Conflicts:
      
      	extras/package/macosx/package.mak
      	projects/macosx/framework/Pre-Compile.sh
      0c5fdbfe