Skip to content

Commit

Permalink
Bump libsass to 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Dec 28, 2016
1 parent c21e688 commit 21139a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsass
Submodule libsass updated 76 files
+2 −1 Makefile.conf
+10 −5 appveyor.yml
+223 −0 docs/dev-ast-memory.md
+2 −0 include/sass/base.h
+7 −4 script/bootstrap
+3 −3 script/ci-build-libsass
+103 −0 script/test-leaks.pl
+615 −494 src/ast.cpp
+799 −338 src/ast.hpp
+5 −5 src/ast_def_macros.hpp
+0 −92 src/ast_factory.hpp
+312 −14 src/ast_fwd_decl.hpp
+54 −51 src/bind.cpp
+3 −7 src/bind.hpp
+110 −113 src/check_nesting.cpp
+34 −34 src/check_nesting.hpp
+3 −3 src/color_maps.cpp
+3 −3 src/color_maps.hpp
+32 −33 src/context.cpp
+12 −14 src/context.hpp
+200 −228 src/cssize.cpp
+49 −49 src/cssize.hpp
+259 −241 src/debugger.hpp
+6 −6 src/emitter.cpp
+7 −7 src/emitter.hpp
+2 −2 src/environment.cpp
+0 −2 src/environment.hpp
+5 −5 src/error_handling.cpp
+12 −12 src/error_handling.hpp
+410 −394 src/eval.cpp
+61 −61 src/eval.hpp
+216 −198 src/expand.cpp
+35 −36 src/expand.hpp
+196 −199 src/extend.cpp
+12 −14 src/extend.hpp
+4 −5 src/file.hpp
+402 −390 src/functions.cpp
+7 −10 src/functions.hpp
+115 −109 src/inspect.cpp
+69 −69 src/inspect.hpp
+31 −33 src/listize.cpp
+8 −10 src/listize.hpp
+116 −0 src/memory/SharedPtr.cpp
+202 −0 src/memory/SharedPtr.hpp
+0 −77 src/memory_manager.cpp
+0 −48 src/memory_manager.hpp
+45 −43 src/node.cpp
+15 −15 src/node.hpp
+136 −136 src/operation.hpp
+48 −49 src/output.cpp
+14 −14 src/output.hpp
+507 −518 src/parser.cpp
+91 −96 src/parser.hpp
+13 −10 src/prelexer.cpp
+25 −21 src/remove_placeholders.cpp
+7 −7 src/remove_placeholders.hpp
+2 −1 src/sass2scss.cpp
+125 −107 src/sass_context.cpp
+1 −1 src/sass_context.hpp
+5 −5 src/sass_util.hpp
+27 −27 src/sass_values.cpp
+2 −2 src/source_map.cpp
+2 −2 src/source_map.hpp
+57 −0 src/subset_map.cpp
+8 −76 src/subset_map.hpp
+13 −13 src/to_c.cpp
+14 −14 src/to_c.hpp
+20 −20 src/to_value.cpp
+20 −21 src/to_value.hpp
+53 −52 src/util.cpp
+9 −10 src/util.hpp
+27 −26 src/values.cpp
+2 −2 src/values.hpp
+69 −69 test/test_subset_map.cpp
+3 −2 win/libsass.targets
+9 −6 win/libsass.vcxproj.filters

0 comments on commit 21139a0

Please sign in to comment.