DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T b

⟦7e481c00b⟧ TextFile

    Length: 6839 (0x1ab7)
    Types: TextFile
    Names: »bigmf.diff«

Derivation

└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦c319c2751⟧ »unix3.0/TeX3.0.tar.Z« 
        └─⟦036c765ac⟧ 
            └─⟦this⟧ »TeX3.0/mf/bigmf.diff« 

TextFile

*** cmf.ch	Tue Mar 27 20:31:55 1990
--- bigmf.ch	Wed Mar 28 00:49:25 1990
***************
*** 143,153 ****
  @d file_name_size == FILENAMESIZE {Get value from \.{site.h}.}
  
  @<Constants...@>=
! @!mem_max=60000; {greatest index in \MF's internal |mem| array;
    must be strictly less than |max_halfword|;
    must be equal to |mem_top| in \.{INIMF}, otherwise |>=mem_top|}
! @!max_internal=100; {maximum number of internal quantities}
! @!buf_size=500; {maximum number of characters simultaneously present in
    current lines of open files; must not exceed |max_halfword|}
  @!error_line=79; {width of context lines on terminal error messages}
  @!half_error_line=50; {width of first lines of contexts in terminal
--- 143,153 ----
  @d file_name_size == FILENAMESIZE {Get value from \.{site.h}.}
  
  @<Constants...@>=
! @!mem_max=262140; {greatest index in \MF's internal |mem| array;
    must be strictly less than |max_halfword|;
    must be equal to |mem_top| in \.{INIMF}, otherwise |>=mem_top|}
! @!max_internal=300; {maximum number of internal quantities}
! @!buf_size=3000; {maximum number of characters simultaneously present in
    current lines of open files; must not exceed |max_halfword|}
  @!error_line=79; {width of context lines on terminal error messages}
  @!half_error_line=50; {width of first lines of contexts in terminal
***************
*** 155,183 ****
  @!max_print_line=79; {width of longest text lines output; should be at least 60}
  @!screen_width=1664; {number of pixels in each row of screen display}
  @!screen_depth=1200; {number of pixels in each column of screen display}
! @!stack_size=30; {maximum number of simultaneous input sources}
! @!max_strings=2000; {maximum number of strings; must not exceed |max_halfword|}
! @!string_vacancies=8000; {the minimum number of characters that should be
    available for the user's identifier names and strings,
    after \MF's own error messages are stored}
! @!pool_size=32000; {maximum number of characters in strings, including all
    error messages and help texts, and the names of all identifiers;
    must exceed |string_vacancies| by the total
    length of \MF's own strings, which is currently about 22000}
! @!move_size=5000; {space for storing moves in a single octant}
! @!max_wiggle=300; {number of autorounded points per cycle}
  @!gf_buf_size=16384; {size of the output buffer, must be a multiple of 8}
  @!pool_name='mf.pool';
    {string of length |file_name_size|; tells where the string pool appears}
! @!path_size=300; {maximum number of knots between breakpoints of a path}
! @!bistack_size=785; {size of stack for bisection algorithms;
    should probably be left at this value}
  @!header_size=100; {maximum number of \.{TFM} header words, times~4}
! @!lig_table_size=5000; {maximum number of ligature/kern steps, must be
    at least 255 and at most 32510}
! @!max_kerns=500; {maximum number of distinct kern amounts}
  @!max_font_dimen=50; {maximum number of \&{fontdimen} parameters}
! @!mem_top=60000; {largest index in the |mem| array dumped by \.{INIMF};
    must be substantially larger than |mem_min|
    and not greater than |mem_max|}
  @z
--- 155,183 ----
  @!max_print_line=79; {width of longest text lines output; should be at least 60}
  @!screen_width=1664; {number of pixels in each row of screen display}
  @!screen_depth=1200; {number of pixels in each column of screen display}
! @!stack_size=300; {maximum number of simultaneous input sources}
! @!max_strings=7500; {maximum number of strings; must not exceed |max_halfword|}
! @!string_vacancies=74000; {the minimum number of characters that should be
    available for the user's identifier names and strings,
    after \MF's own error messages are stored}
! @!pool_size=100000; {maximum number of characters in strings, including all
    error messages and help texts, and the names of all identifiers;
    must exceed |string_vacancies| by the total
    length of \MF's own strings, which is currently about 22000}
! @!move_size=20000; {space for storing moves in a single octant}
! @!max_wiggle=1000; {number of autorounded points per cycle}
  @!gf_buf_size=16384; {size of the output buffer, must be a multiple of 8}
  @!pool_name='mf.pool';
    {string of length |file_name_size|; tells where the string pool appears}
! @!path_size=1000; {maximum number of knots between breakpoints of a path}
! @!bistack_size=1500; {size of stack for bisection algorithms;
    should probably be left at this value}
  @!header_size=100; {maximum number of \.{TFM} header words, times~4}
! @!lig_table_size=15000; {maximum number of ligature/kern steps, must be
    at least 255 and at most 32510}
! @!max_kerns=2500; {maximum number of distinct kern amounts}
  @!max_font_dimen=50; {maximum number of \&{fontdimen} parameters}
! @!mem_top=262140; {largest index in the |mem| array dumped by \.{INIMF};
    must be substantially larger than |mem_min|
    and not greater than |mem_max|}
  @z
***************
*** 201,209 ****
  @y
  @d mem_min=0 {smallest index in the |mem| array, must not be less
    than |min_halfword|}
! @d hash_size=2100 {maximum number of symbolic tokens,
    must be less than |max_halfword-3*param_size|}
! @d hash_prime=1777 {a prime number equal to about 85\pct! of |hash_size|}
  @d max_in_open=15 {maximum number of input files and error insertions that
    can be going on simultaneously}
  @d param_size=150 {maximum number of simultaneous macro parameters}
--- 201,209 ----
  @y
  @d mem_min=0 {smallest index in the |mem| array, must not be less
    than |min_halfword|}
! @d hash_size=9500 {maximum number of symbolic tokens,
    must be less than |max_halfword-3*param_size|}
! @d hash_prime=7919 {a prime number equal to about 85\pct! of |hash_size|}
  @d max_in_open=15 {maximum number of input files and error insertions that
    can be going on simultaneously}
  @d param_size=150 {maximum number of simultaneous macro parameters}
***************
*** 807,815 ****
  @d max_halfword==65535 {largest allowable value in a |halfword|}
  @y
  @d min_quarterword=0 {smallest allowable value in a |quarterword|}
! @d max_quarterword=255 {largest allowable value in a |quarterword|}
  @d min_halfword==0 {smallest allowable value in a |halfword|}
! @d max_halfword==65535 {largest allowable value in a |halfword|}
  @z
  
  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
--- 807,815 ----
  @d max_halfword==65535 {largest allowable value in a |halfword|}
  @y
  @d min_quarterword=0 {smallest allowable value in a |quarterword|}
! @d max_quarterword=511 {largest allowable value in a |quarterword|}
  @d min_halfword==0 {smallest allowable value in a |halfword|}
! @d max_halfword==262143 {largest allowable value in a |halfword|}
  @z
  
  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%