freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][freetype/freetype][master-patch-cc32] 2 commits: Comment added.


From: Alexei Podtelezhnikov (@apodtele)
Subject: [Git][freetype/freetype][master-patch-cc32] 2 commits: Comment added.
Date: Tue, 29 Aug 2023 19:19:03 +0000

Alexei Podtelezhnikov pushed to branch master-patch-cc32 at FreeType / FreeType

Commits:

  • 2f7abe48
    by Alexei Podtelezhnikov at 2023-08-29T19:18:43+00:00
    Comment added.
  • 8efb1a99
    by Alexei Podtelezhnikov at 2023-08-29T19:19:01+00:00
    [builds] Revise DLG update.

3 changed files:

Changes:

  • autogen.sh
    ... ... @@ -190,8 +190,7 @@ if test -e ".git"; then
    190 190
         :
    
    191 191
       else
    
    192 192
         echo "Checking out submodule in \`subprojects/dlg':"
    
    193
    -    git submodule init
    
    194
    -    git submodule update
    
    193
    +    git submodule update --init
    
    195 194
       fi
    
    196 195
     
    
    197 196
       copy_submodule_files
    

  • builds/toplevel.mk
    ... ... @@ -170,8 +170,7 @@ endif # test check_platform
    170 170
     
    
    171 171
     check_out_submodule:
    
    172 172
     	$(info Checking out submodule in `subprojects/dlg')
    
    173
    -	git --git-dir=$(TOP_DIR) submodule init
    
    174
    -	git --git-dir=$(TOP_DIR) submodule update
    
    173
    +	git -C $(TOP_DIR) submodule update --init
    
    175 174
     
    
    176 175
     copy_submodule:
    
    177 176
     	$(info Copying files from `subprojects/dlg' to `src/dlg' and `include/dlg')
    

  • src/sfnt/ttpost.c
    ... ... @@ -224,6 +224,7 @@
    224 224
             FT_UInt  len = strings[p];
    
    225 225
     
    
    226 226
     
    
    227
    +        /* accept but report names longer than the AGL max */
    
    227 228
             FT_TRACE4(( len < 40U ? "" 
    
    228 229
                                   : "load_format_20: %u-byte name found\n",
    
    229 230
                                     len ));
    


  • reply via email to

    [Prev in Thread] Current Thread [Next in Thread]