https://github.com/JuliaLang/julia
Revision dcca46b756b45ce23e35fb6d62561bf31555c4f3 authored by Diogo Netto on 13 July 2023, 17:24:32 UTC, committed by GitHub on 13 July 2023, 17:24:32 UTC
Ensure `internal_obj_base_ptr` checks whether objects past freelist
pointer are in freelist.

Fixes #50434
1 parent 1a7fb51
Raw File
Tip revision: dcca46b756b45ce23e35fb6d62561bf31555c4f3 authored by Diogo Netto on 13 July 2023, 17:24:32 UTC
gc: fix conservative GC support (#50533)
Tip revision: dcca46b
NEWS.md
Julia v1.11 Release Notes
========================

New language features
---------------------

Language changes
----------------

Compiler/Runtime improvements
-----------------------------

Command-line option changes
---------------------------

Multi-threading changes
-----------------------

Build system changes
--------------------

New library functions
---------------------
* `copyuntil(out, io, delim)` and `copyline(out, io)` copy data into an `out::IO` stream ([#48273]).

New library features
--------------------
* `replace(string, pattern...)` now supports an optional `IO` argument to
  write the output to a stream rather than returning a string ([#48625]).

Standard library changes
------------------------

#### Package Manager

#### LinearAlgebra

#### Printf

#### Profile

#### Random

#### REPL

#### SuiteSparse


#### SparseArrays

#### Test

#### Dates


#### Distributed

#### Unicode


#### DelimitedFiles


#### InteractiveUtils

Deprecated or removed
---------------------


External dependencies
---------------------

Tooling Improvements
--------------------


<!--- generated by NEWS-update.jl: -->
back to top