cairo 1.12.8-x86-mingw32 → 1.12.9-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of cairo might be problematic. Click here for more details.

Files changed (94) hide show
  1. checksums.yaml +4 -4
  2. data/NEWS +23 -0
  3. data/Rakefile +20 -11
  4. data/ext/cairo/rb_cairo.c +1 -0
  5. data/ext/cairo/rb_cairo.h +1 -1
  6. data/ext/cairo/rb_cairo_context.c +6 -38
  7. data/ext/cairo/rb_cairo_private.h +1 -0
  8. data/ext/cairo/rb_cairo_rectangle.c +83 -0
  9. data/ext/cairo/rb_cairo_surface.c +52 -20
  10. data/lib/2.0/cairo.so +0 -0
  11. data/lib/2.1/cairo.so +0 -0
  12. data/vendor/local/bin/fc-cache.exe +0 -0
  13. data/vendor/local/bin/fc-cat.exe +0 -0
  14. data/vendor/local/bin/fc-list.exe +0 -0
  15. data/vendor/local/bin/fc-match.exe +0 -0
  16. data/vendor/local/bin/fc-pattern.exe +0 -0
  17. data/vendor/local/bin/fc-query.exe +0 -0
  18. data/vendor/local/bin/fc-scan.exe +0 -0
  19. data/vendor/local/bin/fc-validate.exe +0 -0
  20. data/vendor/local/bin/freetype-config +12 -3
  21. data/vendor/local/bin/libcairo-2.dll +0 -0
  22. data/vendor/local/bin/libcairo-gobject-2.dll +0 -0
  23. data/vendor/local/bin/libcairo-script-interpreter-2.dll +0 -0
  24. data/vendor/local/bin/libfontconfig-1.dll +0 -0
  25. data/vendor/local/bin/libfreetype-6.dll +0 -0
  26. data/vendor/local/bin/libgcc_s_sjlj-1.dll +0 -0
  27. data/vendor/local/bin/libpixman-1-0.dll +0 -0
  28. data/vendor/local/bin/libpng-config +1 -1
  29. data/vendor/local/bin/libpng16-16.dll +0 -0
  30. data/vendor/local/bin/libpng16-config +1 -1
  31. data/vendor/local/bin/libwinpthread-1.dll +0 -0
  32. data/vendor/local/bin/libxml2-2.dll +0 -0
  33. data/vendor/local/bin/png-fix-itxt.exe +0 -0
  34. data/vendor/local/bin/pngfix.exe +0 -0
  35. data/vendor/local/bin/xmlcatalog.exe +0 -0
  36. data/vendor/local/bin/xmllint.exe +0 -0
  37. data/vendor/local/bin/zlib1.dll +0 -0
  38. data/vendor/local/etc/fonts/conf.d/30-metric-aliases.conf +51 -2
  39. data/vendor/local/etc/fonts/fonts.conf +1 -1
  40. data/vendor/local/include/fontconfig/fontconfig.h +4 -1
  41. data/vendor/local/include/freetype2/config/ftconfig.h +2 -2
  42. data/vendor/local/include/freetype2/config/ftoption.h +13 -0
  43. data/vendor/local/include/freetype2/freetype.h +42 -2
  44. data/vendor/local/include/freetype2/ftautoh.h +46 -1
  45. data/vendor/local/include/freetype2/ftbdf.h +3 -2
  46. data/vendor/local/include/freetype2/ftchapters.h +1 -0
  47. data/vendor/local/include/freetype2/ftoutln.h +4 -1
  48. data/vendor/local/include/libpng16/png.h +41 -101
  49. data/vendor/local/include/libpng16/pngconf.h +33 -6
  50. data/vendor/local/include/libpng16/pnglibconf.h +1 -1
  51. data/vendor/local/include/png.h +41 -101
  52. data/vendor/local/include/pngconf.h +33 -6
  53. data/vendor/local/include/pnglibconf.h +1 -1
  54. data/vendor/local/lib/fontconfig.def +1 -0
  55. data/vendor/local/lib/libcairo-gobject.a +0 -0
  56. data/vendor/local/lib/libcairo-gobject.dll.a +0 -0
  57. data/vendor/local/lib/libcairo-script-interpreter.a +0 -0
  58. data/vendor/local/lib/libcairo-script-interpreter.dll.a +0 -0
  59. data/vendor/local/lib/libcairo.a +0 -0
  60. data/vendor/local/lib/libcairo.dll.a +0 -0
  61. data/vendor/local/lib/libfontconfig.dll.a +0 -0
  62. data/vendor/local/lib/libfontconfig.la +1 -1
  63. data/vendor/local/lib/libfreetype.a +0 -0
  64. data/vendor/local/lib/libfreetype.dll.a +0 -0
  65. data/vendor/local/lib/libfreetype.la +3 -3
  66. data/vendor/local/lib/libpixman-1.a +0 -0
  67. data/vendor/local/lib/libpixman-1.dll.a +0 -0
  68. data/vendor/local/lib/libpng.a +0 -0
  69. data/vendor/local/lib/libpng.dll.a +0 -0
  70. data/vendor/local/lib/libpng.la +2 -2
  71. data/vendor/local/lib/libpng16.a +0 -0
  72. data/vendor/local/lib/libpng16.dll.a +0 -0
  73. data/vendor/local/lib/libpng16.la +2 -2
  74. data/vendor/local/lib/libxml2.a +0 -0
  75. data/vendor/local/lib/libxml2.dll.a +0 -0
  76. data/vendor/local/lib/libz.a +0 -0
  77. data/vendor/local/lib/libz.dll.a +0 -0
  78. data/vendor/local/lib/pkgconfig/fontconfig.pc +4 -4
  79. data/vendor/local/lib/pkgconfig/freetype2.pc +4 -2
  80. data/vendor/local/lib/pkgconfig/libpng.pc +1 -1
  81. data/vendor/local/lib/pkgconfig/libpng16.pc +1 -1
  82. data/vendor/local/share/fontconfig/conf.avail/10-no-sub-pixel.conf +1 -1
  83. data/vendor/local/share/fontconfig/conf.avail/30-metric-aliases.conf +51 -2
  84. data/vendor/local/share/license/fontconfig/README +55 -2
  85. data/vendor/local/share/license/freetype/README +6 -6
  86. data/vendor/local/share/license/libpng/README +2 -2
  87. data/vendor/local/share/man/man1/freetype-config.1 +108 -0
  88. data/vendor/local/share/man/man3/libpng.3 +244 -55
  89. data/vendor/local/share/man/man3/libpngpf.3 +2 -2
  90. data/vendor/local/share/man/man5/png.5 +1 -1
  91. data/vendor/local/share/xml/fontconfig/fonts.dtd +1 -1
  92. metadata +75 -75
  93. data/lib/1.9/cairo.so +0 -0
  94. data/vendor/local/lib/libfontconfig.a +0 -0
@@ -1,7 +1,7 @@
1
1
 
2
2
  /* pngconf.h - machine configurable file for libpng
3
3
  *
4
- * libpng version 1.6.8 - December 19, 2013
4
+ * libpng version 1.6.10 - March 6, 2014
5
5
  *
6
6
  * Copyright (c) 1998-2013 Glenn Randers-Pehrson
7
7
  * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
@@ -361,7 +361,33 @@
361
361
  * version 1.2.41. Disabling these removes the warnings but may also produce
362
362
  * less efficient code.
363
363
  */
364
- # if defined(__GNUC__)
364
+ # if defined(__clang__)
365
+ /* Clang defines both __clang__ and __GNUC__. Check __clang__ first. */
366
+ # if !defined(PNG_USE_RESULT) && __has_attribute(__warn_unused_result__)
367
+ # define PNG_USE_RESULT __attribute__((__warn_unused_result__))
368
+ # endif
369
+ # if !defined(PNG_NORETURN) && __has_attribute(__noreturn__)
370
+ # define PNG_NORETURN __attribute__((__noreturn__))
371
+ # endif
372
+ # if !defined(PNG_ALLOCATED) && __has_attribute(__malloc__)
373
+ # define PNG_ALLOCATED __attribute__((__malloc__))
374
+ # endif
375
+ # if !defined(PNG_DEPRECATED) && __has_attribute(__deprecated__)
376
+ # define PNG_DEPRECATED __attribute__((__deprecated__))
377
+ # endif
378
+ # if !defined(PNG_PRIVATE)
379
+ # ifdef __has_extension
380
+ # if __has_extension(attribute_unavailable_with_message)
381
+ # define PNG_PRIVATE __attribute__((__unavailable__(\
382
+ "This function is not exported by libpng.")))
383
+ # endif
384
+ # endif
385
+ # endif
386
+ # ifndef PNG_RESTRICT
387
+ # define PNG_RESTRICT __restrict
388
+ # endif
389
+
390
+ # elif defined(__GNUC__)
365
391
  # ifndef PNG_USE_RESULT
366
392
  # define PNG_USE_RESULT __attribute__((__warn_unused_result__))
367
393
  # endif
@@ -384,12 +410,12 @@
384
410
  __attribute__((__deprecated__))
385
411
  # endif
386
412
  # endif
387
- # if ((__GNUC__ != 3) || !defined(__GNUC_MINOR__) || (__GNUC_MINOR__ >= 1))
413
+ # if ((__GNUC__ > 3) || !defined(__GNUC_MINOR__) || (__GNUC_MINOR__ >= 1))
388
414
  # ifndef PNG_RESTRICT
389
415
  # define PNG_RESTRICT __restrict
390
416
  # endif
391
- # endif /* __GNUC__ == 3.0 */
392
- # endif /* __GNUC__ >= 3 */
417
+ # endif /* __GNUC__.__GNUC_MINOR__ > 3.0 */
418
+ # endif /* __GNUC__ >= 3 */
393
419
 
394
420
  # elif defined(_MSC_VER) && (_MSC_VER >= 1300)
395
421
  # ifndef PNG_USE_RESULT
@@ -419,7 +445,7 @@
419
445
  # ifndef PNG_RESTRICT
420
446
  # define PNG_RESTRICT __restrict
421
447
  # endif
422
- # endif /* _MSC_VER */
448
+ # endif
423
449
  #endif /* PNG_PEDANTIC_WARNINGS */
424
450
 
425
451
  #ifndef PNG_DEPRECATED
@@ -440,6 +466,7 @@
440
466
  #ifndef PNG_RESTRICT
441
467
  # define PNG_RESTRICT /* The C99 "restrict" feature */
442
468
  #endif
469
+
443
470
  #ifndef PNG_FP_EXPORT /* A floating point API. */
444
471
  # ifdef PNG_FLOATING_POINT_SUPPORTED
445
472
  # define PNG_FP_EXPORT(ordinal, type, name, args)\
@@ -1,6 +1,6 @@
1
1
  /* pnglibconf.h - library build configuration */
2
2
 
3
- /* libpng version 1.6.8 - December 19, 2013 */
3
+ /* libpng version 1.6.10 - March 6, 2014 */
4
4
 
5
5
  /* Copyright (c) 1998-2012 Glenn Randers-Pehrson */
6
6
 
@@ -70,6 +70,7 @@ EXPORTS
70
70
  FcDirCacheLoad
71
71
  FcDirCacheLoadFile
72
72
  FcDirCacheRead
73
+ FcDirCacheRescan
73
74
  FcDirCacheUnlink
74
75
  FcDirCacheUnload
75
76
  FcDirCacheValid
Binary file
Binary file
Binary file
Binary file
@@ -11,7 +11,7 @@ dlname='../bin/libfontconfig-1.dll'
11
11
  library_names='libfontconfig.dll.a'
12
12
 
13
13
  # The name of the static archive.
14
- old_library='libfontconfig.a'
14
+ old_library=''
15
15
 
16
16
  # Linker flags that can not go in dependency_libs.
17
17
  inherited_linker_flags=''
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # libfreetype.la - a libtool library file
2
- # Generated by libtool (GNU libtool) 2.4.2
2
+ # Generated by libtool (GNU libtool) 2.4.2.444.28-053d
3
3
  #
4
4
  # Please DO NOT delete this file!
5
5
  # It is necessary for linking the library.
@@ -13,7 +13,7 @@ library_names='libfreetype.dll.a'
13
13
  # The name of the static archive.
14
14
  old_library='libfreetype.a'
15
15
 
16
- # Linker flags that can not go in dependency_libs.
16
+ # Linker flags that cannot go in dependency_libs.
17
17
  inherited_linker_flags=''
18
18
 
19
19
  # Libraries that this one depends upon.
@@ -25,7 +25,7 @@ weak_library_names=''
25
25
  # Version information for libfreetype.
26
26
  current=17
27
27
  age=11
28
- revision=1
28
+ revision=2
29
29
 
30
30
  # Is this an already installed library?
31
31
  installed=yes
Binary file
Binary file
Binary file
Binary file
@@ -23,8 +23,8 @@ dependency_libs=' -L/home/kou/work/ruby/rcairo.win32/vendor/local/lib -lz'
23
23
  weak_library_names=''
24
24
 
25
25
  # Version information for libpng16.
26
- current=24
27
- age=8
26
+ current=26
27
+ age=10
28
28
  revision=0
29
29
 
30
30
  # Is this an already installed library?
Binary file
Binary file
@@ -23,8 +23,8 @@ dependency_libs=' -L/home/kou/work/ruby/rcairo.win32/vendor/local/lib -lz'
23
23
  weak_library_names=''
24
24
 
25
25
  # Version information for libpng16.
26
- current=24
27
- age=8
26
+ current=26
27
+ age=10
28
28
  revision=0
29
29
 
30
30
  # Is this an already installed library?
Binary file
Binary file
Binary file
Binary file
@@ -5,14 +5,14 @@ includedir=${prefix}/include
5
5
  sysconfdir=${prefix}/etc
6
6
  localstatedir=${prefix}/var
7
7
  PACKAGE=fontconfig
8
- confdir=@baseconfigdir@
9
- cachedir=WINDOWSTEMPDIR_FONTCONFIG_CACHE
8
+ confdir=${sysconfdir}/fonts
9
+ cachedir=LOCAL_APPDATA_FONTCONFIG_CACHE
10
10
 
11
11
  Name: Fontconfig
12
12
  Description: Font configuration and customization library
13
- Version: 2.11.0
13
+ Version: 2.11.1
14
14
  Requires: freetype2
15
15
  Requires.private: libxml-2.0
16
16
  Libs: -L${libdir} -lfontconfig
17
17
  Libs.private: -L/home/kou/work/ruby/rcairo.win32/vendor/local/lib -lfreetype -L/home/kou/work/ruby/rcairo.win32/vendor/local/lib -lxml2
18
- Cflags: -I${includedir} -I/home/kou/work/ruby/rcairo.win32/vendor/local/include/freetype2 -I/home/kou/work/ruby/rcairo.win32/vendor/local/include/libxml2
18
+ Cflags: -I${includedir} -I/home/kou/work/ruby/rcairo.win32/vendor/local/include/freetype2 -I/home/kou/work/ruby/rcairo.win32/vendor/local/include -I/home/kou/work/ruby/rcairo.win32/vendor/local/include/libpng16 -I/home/kou/work/ruby/rcairo.win32/vendor/local/include/libxml2
@@ -4,9 +4,11 @@ libdir="/home/kou/work/ruby/rcairo.win32/vendor/local/lib"
4
4
  includedir="/home/kou/work/ruby/rcairo.win32/vendor/local/include/freetype2"
5
5
 
6
6
  Name: FreeType 2
7
+ URL: http://freetype.org
7
8
  Description: A free, high-quality, and portable font engine.
8
- Version: 17.1.11
9
+ Version: 17.2.11
9
10
  Requires:
11
+ Requires.private: zlib, libpng
10
12
  Libs: -L${libdir} -lfreetype
11
- Libs.private: -lz -lpng16
13
+ Libs.private:
12
14
  Cflags: -I${includedir}
@@ -5,7 +5,7 @@ includedir=${prefix}/include/libpng16
5
5
 
6
6
  Name: libpng
7
7
  Description: Loads and saves PNG files
8
- Version: 1.6.8
8
+ Version: 1.6.10
9
9
  Libs: -L${libdir} -lpng16
10
10
  Libs.private: -lz
11
11
  Cflags: -I${includedir}
@@ -5,7 +5,7 @@ includedir=${prefix}/include/libpng16
5
5
 
6
6
  Name: libpng
7
7
  Description: Loads and saves PNG files
8
- Version: 1.6.8
8
+ Version: 1.6.10
9
9
  Libs: -L${libdir} -lpng16
10
10
  Libs.private: -lz
11
11
  Cflags: -I${includedir}
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0"?>
2
2
  <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
3
3
  <fontconfig>
4
- <!-- Enable sub-pixel rendering -->
4
+ <!-- Disable sub-pixel rendering -->
5
5
  <match target="pattern">
6
6
  <!--
7
7
  This configuration is available on the major desktop environments.
@@ -22,8 +22,11 @@ Microsoft fonts: Liberation fonts: Google CrOS core fonts: StarOffice fo
22
22
  ================ ====================== ======================= ================= ==============
23
23
  Arial Liberation Sans Arimo Albany Albany AMT
24
24
  Arial Narrow Liberation Sans Narrow
25
- Times New Roman Liberation Serif Cousine Thorndale Thorndale AMT
26
- Courier New Liberation Mono Tinos Cumberland Cumberland AMT
25
+ Times New Roman Liberation Serif Tinos Thorndale Thorndale AMT
26
+ Courier New Liberation Mono Cousine Cumberland Cumberland AMT
27
+ Cambria Caladea
28
+ Calibri Carlito
29
+ Symbol SymbolNeu
27
30
 
28
31
  Microsoft fonts: Other fonts:
29
32
  ================ ============
@@ -74,12 +77,15 @@ but in an order preferring similar designs first. We do this in three steps:
74
77
  </default>
75
78
  </alias>
76
79
 
80
+ <!--
81
+ Due to Bug#73291, commented out those lines until the broken font are fixed.
77
82
  <alias binding="same">
78
83
  <family>TeX Gyre Termes</family>
79
84
  <default>
80
85
  <family>Times</family>
81
86
  </default>
82
87
  </alias>
88
+ -->
83
89
 
84
90
  <alias binding="same">
85
91
  <family>Nimbus Mono L</family>
@@ -307,7 +313,26 @@ but in an order preferring similar designs first. We do this in three steps:
307
313
  </default>
308
314
  </alias>
309
315
 
316
+ <alias binding="same">
317
+ <family>Caladea</family>
318
+ <default>
319
+ <family>Cambria</family>
320
+ </default>
321
+ </alias>
310
322
 
323
+ <alias binding="same">
324
+ <family>Carlito</family>
325
+ <default>
326
+ <family>Calibri</family>
327
+ </default>
328
+ </alias>
329
+
330
+ <alias binding="same">
331
+ <family>SymbolNeu</family>
332
+ <default>
333
+ <family>Symbol</family>
334
+ </default>
335
+ </alias>
311
336
 
312
337
  <!-- Accept the other group as fallback -->
313
338
 
@@ -393,7 +418,10 @@ but in an order preferring similar designs first. We do this in three steps:
393
418
  <alias binding="same">
394
419
  <family>Times</family>
395
420
  <accept>
421
+ <!--
422
+ Due to Bug#73291, commented out this line until the broken font are fixed.
396
423
  <family>TeX Gyre Termes</family>
424
+ -->
397
425
  <family>Nimbus Roman No9 L</family>
398
426
  </accept>
399
427
  </alias>
@@ -494,4 +522,25 @@ but in an order preferring similar designs first. We do this in three steps:
494
522
  </accept>
495
523
  </alias>
496
524
 
525
+ <alias binding="same">
526
+ <family>Cambria</family>
527
+ <accept>
528
+ <family>Caladea</family>
529
+ </accept>
530
+ </alias>
531
+
532
+ <alias binding="same">
533
+ <family>Calibri</family>
534
+ <accept>
535
+ <family>Carlito</family>
536
+ </accept>
537
+ </alias>
538
+
539
+ <alias binding="same">
540
+ <family>Symbol</family>
541
+ <accept>
542
+ <family>SymbolNeu</family>
543
+ </accept>
544
+ </alias>
545
+
497
546
  </fontconfig>
@@ -1,12 +1,65 @@
1
1
  Fontconfig
2
2
  Font configuration and customization library
3
- Version 2.11
4
- 2013-10-11
3
+ Version 2.11.1
4
+ 2014-03-24
5
5
 
6
6
 
7
7
  Check INSTALL for compilation and installation instructions.
8
8
  Report bugs to https://bugs.freedesktop.org in the fontconfig module.
9
9
 
10
+ 2.11.1
11
+
12
+ Akira TAGOH (31):
13
+ do not build test-migration for Win32
14
+ Fix build issue on Debian/kFreeBSD 7.0
15
+ Update ax_pthread.m4 to the latest version
16
+ Fix the dynamic loading issue on NetBSD
17
+ Use stat() if there are no d_type in struct dirent
18
+ Fix a build issue on Solaris 10
19
+ Change the default weight on match to FC_WEIGHT_NORMAL
20
+ Warn if no <test> nor <edit> elements in <match>
21
+ Correct DTD
22
+ Re-scan font directories only when it contains subdirs
23
+ Fix typo
24
+ Bug 72086 - Check for gperf in autogen.sh
25
+ Simplify to validate the availability of posix_fadvise
26
+ Simplify to validate the availability of scandir
27
+ Fix a typo
28
+ Fix a build issue on platforms where doesn't support readlink()
29
+ Improve the performance issue on rescanning directories
30
+ Bug 73686 - confdir is not set correctly in fontconfig.pc
31
+ Update zh_hk.orth
32
+ clean up the unused files
33
+ Add missing license headers
34
+ Update the use of autotools' macro
35
+ Fix a crash issue when empty strings are set to the BDF properties
36
+ Add a doc for FcDirCacheRescan
37
+ Add missing #include <sys/statvfs.h> in fcstat.c
38
+ Fix incompatible API on AIX with random_r and initstate_r
39
+ Fallback to lstat() in case the filesystem doesn't support d_type in struct dirent
40
+ Update doc to include the version info of `since when'
41
+ Bug 73291 - poppler does not show fl ligature
42
+ Add README describes the criteria to add/modify the orthography files
43
+ Fix autoconf warning, warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
44
+
45
+ Alan Coopersmith (3):
46
+ Leave room for null terminators in arrays
47
+ Avoid memory leak when NULL path passed to FcStrBuildFilename
48
+ Avoid null pointer dereference in FcNameParse if malloc fails
49
+
50
+ Behdad Esfahbod (1):
51
+ Bug 72380 - Never drop first font when trimming
52
+
53
+ Frederic Crozat (2):
54
+ Fix inversion between Tinos and Cousine in the comment
55
+ Add metric aliases for additional Google ChromeOS fonts
56
+
57
+ Jehan (1):
58
+ Defaulting <cachedir> to LOCAL_APPDATA_FONTCONFIG_CACHE for Win32 build
59
+
60
+ Ross Burton (1):
61
+ fc-cache: --sysroot option takes an argument
62
+
10
63
  2.11
11
64
 
12
65
  Akira TAGOH (15):
@@ -1,4 +1,4 @@
1
- FreeType 2.5.2
1
+ FreeType 2.5.3
2
2
  ==============
3
3
 
4
4
  Homepage: http://www.freetype.org
@@ -16,7 +16,7 @@
16
16
  the file `docs/LICENSE.TXT' for the available licenses.
17
17
 
18
18
  The FreeType 2 API reference is located in `docs/reference'; use the
19
- file `ft2-doc.html' as the top entry point. Additional
19
+ file `ft2-toc.html' as the top entry point. Additional
20
20
  documentation is available as a separate package from our sites. Go
21
21
  to
22
22
 
@@ -24,9 +24,9 @@
24
24
 
25
25
  and download one of the following files.
26
26
 
27
- freetype-doc-2.5.2.tar.bz2
28
- freetype-doc-2.5.2.tar.gz
29
- ftdoc252.zip
27
+ freetype-doc-2.5.3.tar.bz2
28
+ freetype-doc-2.5.3.tar.gz
29
+ ftdoc253.zip
30
30
 
31
31
  To view the documentation online, go to
32
32
 
@@ -70,7 +70,7 @@
70
70
 
71
71
  ----------------------------------------------------------------------
72
72
 
73
- Copyright 2006-2013 by
73
+ Copyright 2006-2014 by
74
74
  David Turner, Robert Wilhelm, and Werner Lemberg.
75
75
 
76
76
  This file is part of the FreeType project, and may only be used,